Uses of Interface
org.eclipse.net4j.util.event.INotifier

Packages that use INotifier
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.monitor Interfaces and classes for environment independent progress monitoring. 
org.eclipse.net4j.util.om.pref Interfaces and classes for environment independent preference management. 
org.eclipse.net4j.util.options A framework for option containers that fire change events. 
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.widgets A library with reusable widgets. 
 

Uses of INotifier in org.eclipse.net4j.util.cache
 

Subinterfaces of INotifier in org.eclipse.net4j.util.cache
 interface ICacheMonitor
           
 

Classes in org.eclipse.net4j.util.cache that implement INotifier
 class Cache<E>
           
 class CacheMonitor
           
 

Uses of INotifier in org.eclipse.net4j.util.collection
 

Subinterfaces of INotifier in org.eclipse.net4j.util.collection
 interface IHistory<T>
           
 

Classes in org.eclipse.net4j.util.collection that implement INotifier
 class History<T>
           
 class PreferenceHistory
           
 

Uses of INotifier in org.eclipse.net4j.util.concurrent
 

Classes in org.eclipse.net4j.util.concurrent that implement INotifier
 class QueueRunner
           
 class QueueWorker<E>
           
 class QueueWorkerWorkSerializer
           
 class RWLockManager<OBJECT,CONTEXT>
          Support Multiple reads/no write and upgrade lock from read to write.
 class TimerLifecycle
           
 class Worker
           
 

Uses of INotifier in org.eclipse.net4j.util.container
 

Subinterfaces of INotifier in org.eclipse.net4j.util.container
 interface IContainer<E>
           
static interface IContainer.Modifiable<E>
           
 interface IManagedContainer
           
 interface IPluginContainer
           
 

Classes in org.eclipse.net4j.util.container that implement INotifier
 class Container<E>
           
 class ManagedContainer
           
 

Methods in org.eclipse.net4j.util.container that return INotifier
 INotifier LifecycleEventConverter.getOwner()
           
 

Uses of INotifier in org.eclipse.net4j.util.container.delegate
 

Subinterfaces of INotifier in org.eclipse.net4j.util.container.delegate
 interface IContainerBlockingQueue<E>
           
 interface IContainerCollection<E>
           
 interface IContainerList<E>
           
 interface IContainerMap<K,V>
           
 interface IContainerQueue<E>
           
 interface IContainerSet<E>
           
 interface IContainerSortedSet<E>
           
 

Classes in org.eclipse.net4j.util.container.delegate that implement INotifier
 class AbstractDelegator<E>
           
 class ContainerBlockingQueue<E>
           
 class ContainerCollection<E>
           
 class ContainerList<E>
           
 class ContainerMap<K,V>
           
 class ContainerQueue<E>
           
 class ContainerSet<E>
           
 class ContainerSortedSet<E>
           
 

Uses of INotifier in org.eclipse.net4j.util.event
 

Classes in org.eclipse.net4j.util.event that implement INotifier
 class ExecutorServiceNotifier
           
static class ExecutorServiceNotifier.ThreadPool
           
 class Notifier
           
 class ValueNotifier<VALUE>
           
 

Methods in org.eclipse.net4j.util.event that return INotifier
 INotifier Event.getSource()
           
 INotifier IEvent.getSource()
           
 

Constructors in org.eclipse.net4j.util.event with parameters of type INotifier
Event(INotifier notifier)
           
 

Uses of INotifier in org.eclipse.net4j.util.fsm
 

Classes in org.eclipse.net4j.util.fsm that implement INotifier
 class FiniteStateMachine<STATE extends Enum<?>,EVENT extends Enum<?>,SUBJECT>
           
 

Methods in org.eclipse.net4j.util.fsm that return INotifier
 INotifier FiniteStateMachine.StateChangedEvent.getSource()
           
 

Uses of INotifier in org.eclipse.net4j.util.lifecycle
 

Subinterfaces of INotifier in org.eclipse.net4j.util.lifecycle
 interface ILifecycle
           
 

Classes in org.eclipse.net4j.util.lifecycle that implement INotifier
 class Lifecycle
           
 

Uses of INotifier in org.eclipse.net4j.util.om.monitor
 

Classes in org.eclipse.net4j.util.om.monitor that implement INotifier
 class NotifyingMonitor
           
 

Uses of INotifier in org.eclipse.net4j.util.om.pref
 

Subinterfaces of INotifier in org.eclipse.net4j.util.om.pref
 interface OMPreferences
           
 

Uses of INotifier in org.eclipse.net4j.util.options
 

Subinterfaces of INotifier in org.eclipse.net4j.util.options
 interface IOptions
          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
 class ReferenceQueueWorker<T>
           
 

Uses of INotifier in org.eclipse.net4j.util.registry
 

Subinterfaces of INotifier in org.eclipse.net4j.util.registry
 interface IRegistry<K,V>
           
 

Classes in org.eclipse.net4j.util.registry that implement INotifier
 class DelegatingRegistry<K,V>
          Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied to them are not applied to their underlying AbstractDelegatingRegistry.
 class HashMapDelegatingRegistry<K,V>
           
 class HashMapRegistry<K,V>
           
 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 INotifier
 class ChallengeNegotiator
           
 class ChallengeResponseNegotiator
           
 class FileUserManager
           
 class Negotiator<STATE extends Enum<?>,EVENT extends Enum<?>>
           
 class Randomizer
           
 class ResponseNegotiator
           
 class UserManager
           
 

Uses of INotifier in org.eclipse.net4j.util.ui
 

Classes in org.eclipse.net4j.util.ui that implement INotifier
 class UIQueueRunner
           
 

Uses of INotifier in org.eclipse.net4j.util.ui.widgets
 

Classes in org.eclipse.net4j.util.ui.widgets that implement INotifier
 class SashComposite
           
 



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.