Uses of Class
org.eclipse.net4j.util.event.Notifier
- 
Packages that use Notifier Package Description org.eclipse.net4j.util.cache A generic caching and memory monitoring framework.org.eclipse.net4j.util.collection Additional collection-like interfaces and classes.org.eclipse.net4j.util.concurrent Utility interfaces and classes commonly useful in concurrent programming.org.eclipse.net4j.util.container A framework of notifying collections and wiring containers.org.eclipse.net4j.util.container.delegate Hybrid interfaces of notifying containers and the Java Collection Framework.org.eclipse.net4j.util.event A framework for sending of and listening to events.org.eclipse.net4j.util.fsm A framework for finite state machines.org.eclipse.net4j.util.lifecycle A framework for components with a simple lifecycle.org.eclipse.net4j.util.om.log Interfaces and classes for platform-independent logging.org.eclipse.net4j.util.ref A framework for memory-sensitive keyed references and value maps.org.eclipse.net4j.util.registry Interfaces and classes for general purpose registries.org.eclipse.net4j.util.security Interfaces and classes for security, negotiation, authentication, authorization and cryptography.org.eclipse.net4j.util.ui Reusable UI components.org.eclipse.net4j.util.ui.container An element wizard framework for managed containers.
- 
- 
Uses of Notifier in org.eclipse.net4j.util.cacheSubclasses of Notifier in org.eclipse.net4j.util.cache Modifier and Type Class Description classCache<E>classCacheMonitor
- 
Uses of Notifier in org.eclipse.net4j.util.collectionSubclasses of Notifier in org.eclipse.net4j.util.collection Modifier and Type Class Description classHistory<T>classPreferenceHistory
- 
Uses of Notifier in org.eclipse.net4j.util.concurrentSubclasses of Notifier in org.eclipse.net4j.util.concurrent Modifier and Type Class Description classExecutorWorkSerializerDeprecated.As of 3.9 use an executor such asSerializingExecutor.classPriorityQueueRunnerclassQueueRunnerclassQueueRunner2<T extends java.lang.Runnable>classQueueWorker<E>classQueueWorkerWorkSerializerDeprecated.As of 3.6 useExecutorWorkSerializer.classRWLockManager<OBJECT,CONTEXT>Deprecated.As of 3.2 useRWOLockManager.classRWOLockManager<OBJECT,CONTEXT>Keeps track of locks on objects.classSerializingExecutorclassWorker
- 
Uses of Notifier in org.eclipse.net4j.util.containerSubclasses of Notifier in org.eclipse.net4j.util.container Modifier and Type Class Description classContainer<E>classManagedContainerA default implementation of amanaged container.classSetContainer<E>Constructors in org.eclipse.net4j.util.container with parameters of type Notifier Constructor Description LifecycleEventConverter(Notifier owner)
- 
Uses of Notifier in org.eclipse.net4j.util.container.delegateSubclasses of Notifier in org.eclipse.net4j.util.container.delegate Modifier and Type Class Description classAbstractDelegator<E>A delegating base class forcontainers.classContainerBlockingQueue<E>A default implementation of acontainer blocking queue.classContainerCollection<E>A default implementation of acontainer collection.classContainerList<E>A default implementation of acontainer list.classContainerMap<K,V>A default implementation of acontainer map.classContainerQueue<E>A default implementation of acontainer queue.classContainerSet<E>A default implementation of acontainer set.classContainerSortedSet<E>A default implementation of acontainer sorted set.
- 
Uses of Notifier in org.eclipse.net4j.util.eventSubclasses of Notifier in org.eclipse.net4j.util.event Modifier and Type Class Description classExecutorServiceNotifierDeprecated.static classExecutorServiceNotifier.ThreadPoolDeprecated.classValueNotifier<VALUE>
- 
Uses of Notifier in org.eclipse.net4j.util.fsmSubclasses of Notifier in org.eclipse.net4j.util.fsm Modifier and Type Class Description classFiniteStateMachine<STATE extends java.lang.Enum<?>,EVENT extends java.lang.Enum<?>,SUBJECT>A finite state machine that is based on a matrix oftransitions.
- 
Uses of Notifier in org.eclipse.net4j.util.lifecycleSubclasses of Notifier in org.eclipse.net4j.util.lifecycle Modifier and Type Class Description classLifecycleA default implementation of an entity with alifecycle.classLifecycleHook<T extends ILifecycle>classShareableLifecycle
- 
Uses of Notifier in org.eclipse.net4j.util.om.logSubclasses of Notifier in org.eclipse.net4j.util.om.log Modifier and Type Class Description classRollingLog
- 
Uses of Notifier in org.eclipse.net4j.util.refSubclasses of Notifier in org.eclipse.net4j.util.ref Modifier and Type Class Description classReferenceMonitor<T>classReferenceQueueWorker<T>
- 
Uses of Notifier in org.eclipse.net4j.util.registrySubclasses of Notifier in org.eclipse.net4j.util.registry Modifier and Type Class Description classDelegatingRegistry<K,V>Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract ofMap.entrySet()as well as ofMap.keySet(), i.e.classHashMapDelegatingRegistry<K,V>classHashMapRegistry<K,V>static classHashMapRegistry.AutoCommit<K,V>classRegistry<K,V>
- 
Uses of Notifier in org.eclipse.net4j.util.securitySubclasses of Notifier in org.eclipse.net4j.util.security Modifier and Type Class Description classChallengeNegotiatorclassChallengeResponseNegotiatorclassFileUserManagerclassNegotiator<STATE extends java.lang.Enum<?>,EVENT extends java.lang.Enum<?>>classRandomizerclassResponseNegotiatorclassUserManagerclassUserManagerAuthenticator
- 
Uses of Notifier in org.eclipse.net4j.util.uiSubclasses of Notifier in org.eclipse.net4j.util.ui Modifier and Type Class Description classUIQueueRunner
- 
Uses of Notifier in org.eclipse.net4j.util.ui.containerSubclasses of Notifier in org.eclipse.net4j.util.ui.container Modifier and Type Class Description classElementWizard
 
-