Interface NotificationHandler


  • public interface NotificationHandler
    A notification handler is used to be notified of events on the server. Its handleNotification is called every time a notification is emitted by a resource it was registered for.
    Author:
    Jeff Mesnil (c) 2013 Red Hat inc.
    • Method Detail

      • handleNotification

        void handleNotification​(Notification notification)