NotificationHandler interface.@Deprecated
public interface NotificationListener
We changed this from a abstract class to a interface to support lambdas moving forward in Java 8 and beyond.
| Modifier and Type | Method and Description |
|---|---|
void |
notify(java.lang.Object... args)
Deprecated.
This is the base method of notification.
|
void notify(java.lang.Object... args)
ActivateNotificationListener
will implement this call and provide another method with the correct parameters
Notify called when a notification is triggered via the NotificationCenterargs - - variable argument list based on the type of notification.