Interface IListener.NotifierAware

All Superinterfaces:
EventListener, IListener
All Known Implementing Classes:
SelfAttachingContainerListener, SelfAttachingContainerListener.Delegating
Enclosing interface:
IListener

public static interface IListener.NotifierAware extends IListener
Since:
3.16
Author:
Eike Stepper
  • Method Details

    • addNotifier

      void addNotifier(INotifier notifier)
    • removeNotifier

      void removeNotifier(INotifier notifier)