Interface ListenerNotifier

All Superinterfaces:
Configurable
All Known Implementing Classes:
ExecutorListenerNotifier, FutureListenerNotifier, RoundRobinListenerNotifier

public interface ListenerNotifier extends Configurable
Interface for Notification Listener
  • Method Details

    • addNotificationListener

      void addNotificationListener(NotificationListener listener) throws Exception
      Interface method to add NotificationListener
      Parameters:
      listener - NotificationListener
      Throws:
      Exception - if error occurs
    • removeNotificationListener

      void removeNotificationListener(NotificationListener listener) throws Exception
      Interface method to remove NotificationListener
      Parameters:
      listener - NotificationListener
      Throws:
      Exception - if error occurs
    • notifyListeners

      void notifyListeners(NotificationEvent event) throws Exception
      Interface method to notify Listener
      Parameters:
      event - NotificationEvent
      Throws:
      Exception - if error occurs