Interface INotifier.INotifier2

    • Method Detail

      • hasListener

        boolean hasListener​(IListener listener)
        Returns true if this notifier contains the listener, false otherwise.
      • addUniqueListener

        boolean addUniqueListener​(IListener listener)
        Adds a listener to this notifier unless this notifier already contains the listener.