Uses of Interface
org.eclipse.net4j.util.event.INotifier.INotifier2
Package
Description
A generic caching and memory monitoring framework.
Additional collection-like interfaces and classes.
Utility interfaces and classes commonly useful in concurrent programming.
A framework of notifying collections and wiring containers.
Hybrid interfaces of notifying containers and the Java Collection Framework.
A framework for sending of and listening to events.
A framework for finite state machines.
A framework for components with a simple lifecycle.
Interfaces and classes for platform-independent logging.
A framework for memory-sensitive keyed references and value maps.
Interfaces and classes for general purpose registries.
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
Reusable UI components.
An element wizard framework for managed containers.
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.cache
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.collection
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.concurrent
Modifier and TypeClassDescriptionclass
Deprecated.class
class
class
QueueRunner2<T extends Runnable>
class
QueueWorker<E>
class
Deprecated.As of 3.6 useExecutorWorkSerializer
.class
RWLockManager<OBJECT,
CONTEXT> Deprecated.As of 3.2 useRWOLockManager
.class
RWOLockManager<OBJECT,
CONTEXT> Keeps track of locks on objects.class
class
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.container
Modifier and TypeClassDescriptionclass
Container<E>
class
class
A default implementation of amanaged container
.class
An abstract implementation of amodifiable container
.class
An abstract implementation of acontainer
.class
SetContainer<E>
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.container.delegate
Modifier and TypeClassDescriptionclass
A delegating base class forcontainers
.class
A default implementation of acontainer blocking queue
.class
A default implementation of acontainer collection
.class
A default implementation of acontainer list
.class
ContainerMap<K,
V> A default implementation of acontainer map
.class
A default implementation of acontainer queue
.class
ContainerSet<E>
A default implementation of acontainer set
.class
A default implementation of acontainer sorted set
. -
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.event
Modifier and TypeClassDescriptionclass
Deprecated.static class
Deprecated.class
A default implementation of anotifier
.class
ValueNotifier<VALUE>
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.fsm
Modifier and TypeClassDescriptionclass
FiniteStateMachine<STATE extends Enum<?>,
EVENT extends Enum<?>, SUBJECT> A finite state machine that is based on a matrix oftransitions
. -
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.lifecycle
Modifier and TypeClassDescriptionclass
A default implementation of an entity with alifecycle
.class
LifecycleHook<T extends ILifecycle>
class
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.om.log
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.ref
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.registry
Modifier and TypeClassDescriptionclass
DelegatingRegistry<K,
V> Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract ofMap.entrySet()
as well as ofMap.keySet()
, i.e.class
class
HashMapRegistry<K,
V> static class
class
Registry<K,
V> -
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.security
Modifier and TypeClassDescriptionclass
class
class
class
Negotiator<STATE extends Enum<?>,
EVENT extends Enum<?>> class
class
class
class
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.ui
-
Uses of INotifier.INotifier2 in org.eclipse.net4j.util.ui.container
SerializingExecutor
.