Interface AlertListener


public interface AlertListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    alert(Alert<?> alert)
     
    int[]
    List of alert types filtered by this listener.
  • Method Details

    • types

      int[] types()
      List of alert types filtered by this listener. Return `null` if you intend to listen to all alerts.
      Returns:
      the types filter
    • alert

      void alert(Alert<?> alert)
      Parameters:
      alert - the alert