Package org.eclipse.net4j.util.event
Interface INotifier.INotifier2
- 
- All Superinterfaces:
- INotifier
 - All Known Implementing Classes:
- AbstractDelegator,- Cache,- CacheMonitor,- ChallengeNegotiator,- ChallengeResponseNegotiator,- Container,- ContainerBlockingQueue,- ContainerCollection,- ContainerList,- ContainerMap,- ContainerQueue,- ContainerSet,- ContainerSortedSet,- DelegatingRegistry,- ElementWizard,- ExecutorServiceNotifier,- ExecutorServiceNotifier.ThreadPool,- ExecutorWorkSerializer,- FileUserManager,- FiniteStateMachine,- HashMapDelegatingRegistry,- HashMapRegistry,- HashMapRegistry.AutoCommit,- History,- Lifecycle,- LifecycleHook,- ManagedContainer,- Negotiator,- Notifier,- PreferenceHistory,- PriorityQueueRunner,- QueueRunner,- QueueRunner2,- QueueWorker,- QueueWorkerWorkSerializer,- Randomizer,- ReferenceMonitor,- ReferenceQueueWorker,- Registry,- ResponseNegotiator,- RollingLog,- RWLockManager,- RWOLockManager,- SerializingExecutor,- SetContainer,- ShareableLifecycle,- UIQueueRunner,- UserManager,- UserManagerAuthenticator,- ValueNotifier,- Worker
 - Enclosing interface:
- INotifier
 
 public static interface INotifier.INotifier2 extends INotifier - Since:
- 3.13
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierINotifier.INotifier2
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaddUniqueListener(IListener listener)Adds a listener to this notifier unless this notifier alreadycontainsthe listener.booleanhasListener(IListener listener)Returnstrueif this notifier contains the listener,falseotherwise.- 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 
- 
 
-