See: Description
Interface | Description |
---|---|
ClassLoaderLifetimeListener |
This interface allows to react on turning points of class loaders.
|
IlvEventListenerCollection<L extends EventListener> |
IlvEventListenerCollection defines the behavior of a thread-safe
collection of event listeners. |
Class | Description |
---|---|
ClassLoaderLifetimeEvent |
This class describes a turning point in the lifetime of a
ClassLoader . |
IlvAbstractEventListenerCollection<L extends EventListener> |
IlvAbstractEventListenerCollection implements a thread-safe
collection of event listeners. |
IlvAbstractWeakEventListener |
This is the last resort for memory leak problems related to event listeners.
|
IlvEventListenerList<L extends EventListener> |
IlvEventListenerList implements a thread-safe collection of
event listeners backed by a list. |
IlvEventListenerSet<L extends EventListener> |
IlvEventListenerSet implements a thread-safe collection of
event listeners backed by a hashed set. |
IlvEventType |
This class defines the event types used to indicate the
notifications to be sent.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.