Interface AlertListener
public interface AlertListener
-
Method Summary
-
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
- Parameters:
alert- the alert
-