EventListener
public interface AQNotificationListener extends EventListener
AQNotificationRegistration
, using it's addListener
method. When the AQ event occurs, that object's onAQNotification
method is invoked.Modifier and Type | Method | Description |
---|---|---|
void |
onAQNotification(AQNotificationEvent e) |
This method will be invoked whenever an AQ event occurs.
|
void onAQNotification(AQNotificationEvent e)