Interface NotificationHandler
-
public interface NotificationHandlerA notification handler is used to be notified of events on the server. ItshandleNotificationis called every time a notification is emitted by a resource it was registered for.- Author:
- Jeff Mesnil (c) 2013 Red Hat inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleNotification(Notification notification)
-
-
-
Method Detail
-
handleNotification
void handleNotification(Notification notification)
-
-