Uses of Interface
org.eclipse.net4j.util.event.INotifier
Packages that use INotifier
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.
Interfaces and classes for platform-independent progress monitoring.
Interfaces and classes for platform-independent preference management.
A framework for option containers that fire change events.
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.
A library with reusable widgets.
-
Uses of INotifier in org.eclipse.net4j.util.cache
Subinterfaces of INotifier in org.eclipse.net4j.util.cacheClasses in org.eclipse.net4j.util.cache that implement INotifier -
Uses of INotifier in org.eclipse.net4j.util.collection
Subinterfaces of INotifier in org.eclipse.net4j.util.collectionClasses in org.eclipse.net4j.util.collection that implement INotifier -
Uses of INotifier in org.eclipse.net4j.util.concurrent
Classes in org.eclipse.net4j.util.concurrent that implement INotifierModifier and TypeClassDescriptionclass
class
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
class
-
Uses of INotifier in org.eclipse.net4j.util.container
Subinterfaces of INotifier in org.eclipse.net4j.util.containerModifier and TypeInterfaceDescriptioninterface
IContainer<E>
Contains a number of elements and notifies about element addition and removal.static interface
Acontainer
with additional methods to add or remove elements.static interface
Acontainer
with additional methods to add or remove elements.interface
interface
Amanaged container
that is configured by theextension registry
.Classes in org.eclipse.net4j.util.container that implement INotifierModifier and TypeClassDescriptionclass
Container<E>
class
ContainerElementList<ELEMENT>
class
class
A default implementation of amanaged container
.class
An abstract implementation of amodifiable container
.class
An abstract implementation of acontainer
.class
SetContainer<E>
Methods in org.eclipse.net4j.util.container that return INotifierMethods in org.eclipse.net4j.util.container with parameters of type INotifierModifier and TypeMethodDescriptionvoid
SelfAttachingContainerListener.addNotifier
(INotifier notifier) void
SelfAttachingContainerListener.removeNotifier
(INotifier notifier) -
Uses of INotifier in org.eclipse.net4j.util.container.delegate
Subinterfaces of INotifier in org.eclipse.net4j.util.container.delegateModifier and TypeInterfaceDescriptioninterface
Acontainer
that is aBlockingQueue
.interface
Acontainer
that is aCollection
.interface
interface
IContainerMap<K,
V> interface
interface
interface
Classes in org.eclipse.net4j.util.container.delegate that implement INotifierModifier 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 in org.eclipse.net4j.util.event
Subinterfaces of INotifier in org.eclipse.net4j.util.eventClasses in org.eclipse.net4j.util.event that implement INotifierModifier and TypeClassDescriptionclass
Deprecated.static class
Deprecated.class
A default implementation of anotifier
.class
ValueNotifier<VALUE>
Methods in org.eclipse.net4j.util.event that return INotifierMethods in org.eclipse.net4j.util.event with parameters of type INotifierModifier and TypeMethodDescriptionvoid
IListener.NotifierAware.addNotifier
(INotifier notifier) protected void
ThrowableEventAdapter.onThrowable
(INotifier source, Throwable t) protected void
ThrowableEventAdapter.ToPrintStream.onThrowable
(INotifier source, Throwable t) void
IListener.NotifierAware.removeNotifier
(INotifier notifier) Constructors in org.eclipse.net4j.util.event with parameters of type INotifier -
Uses of INotifier in org.eclipse.net4j.util.fsm
Classes in org.eclipse.net4j.util.fsm that implement INotifierModifier and TypeClassDescriptionclass
FiniteStateMachine<STATE extends Enum<?>,
EVENT extends Enum<?>, SUBJECT> A finite state machine that is based on a matrix oftransitions
.Methods in org.eclipse.net4j.util.fsm that return INotifier -
Uses of INotifier in org.eclipse.net4j.util.lifecycle
Subinterfaces of INotifier in org.eclipse.net4j.util.lifecycleModifier and TypeInterfaceDescriptioninterface
Classes in org.eclipse.net4j.util.lifecycle that implement INotifierModifier and TypeClassDescriptionclass
A default implementation of an entity with alifecycle
.class
LifecycleHook<T extends ILifecycle>
class
-
Uses of INotifier in org.eclipse.net4j.util.om.log
Classes in org.eclipse.net4j.util.om.log that implement INotifier -
Uses of INotifier in org.eclipse.net4j.util.om.monitor
Classes in org.eclipse.net4j.util.om.monitor that implement INotifierConstructors in org.eclipse.net4j.util.om.monitor with parameters of type INotifier -
Uses of INotifier in org.eclipse.net4j.util.om.pref
Subinterfaces of INotifier in org.eclipse.net4j.util.om.pref -
Uses of INotifier in org.eclipse.net4j.util.options
Subinterfaces of INotifier in org.eclipse.net4j.util.optionsModifier and TypeInterfaceDescriptioninterface
Encapsulates a set of notifying configuration options. -
Uses of INotifier in org.eclipse.net4j.util.ref
Classes in org.eclipse.net4j.util.ref that implement INotifier -
Uses of INotifier in org.eclipse.net4j.util.registry
Subinterfaces of INotifier in org.eclipse.net4j.util.registryClasses in org.eclipse.net4j.util.registry that implement INotifierModifier 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> class
UnmodifiableRegistry<K,
V> -
Uses of INotifier in org.eclipse.net4j.util.security
Classes in org.eclipse.net4j.util.security that implement INotifierModifier and TypeClassDescriptionclass
class
class
class
Negotiator<STATE extends Enum<?>,
EVENT extends Enum<?>> class
class
class
class
-
Uses of INotifier in org.eclipse.net4j.util.ui
Classes in org.eclipse.net4j.util.ui that implement INotifier -
Uses of INotifier in org.eclipse.net4j.util.ui.container
Classes in org.eclipse.net4j.util.ui.container that implement INotifierMethods in org.eclipse.net4j.util.ui.container that return INotifier -
Uses of INotifier in org.eclipse.net4j.util.ui.widgets
Classes in org.eclipse.net4j.util.ui.widgets that implement INotifier
SerializingExecutor
.