See: Description
Interface | Description |
---|---|
GenericEventListener |
GenericEventListener defines an interface for receiving
arbitrary events. |
IlvEventDispatcher |
IlvEventDispatcher defines the behavior of a class that can
register GenericEventListeners and dispatch arbitrary events
to them. |
IlvEventService |
IlvEventService defines the behavior of a class that can
register GenericEventListener s and dispatch arbitrary events
to them based on the event class and the object that fired the event. |
Class | Description |
---|---|
IlvAbstractEventDispatcher |
IlvAbstractEventDispatcher is the abstract superclass of all
IlvEventDispatcher implementations that are backed by
collections of event listeners. |
IlvEventDemultiplexer |
IlvEventDemultiplexer is a utility class that can
demultiplex generic events by recovering their type information and
dispatching them to typesafe inform methods in a
target object. |
IlvHashedEventDispatcher |
IlvHashedEventDispatcher is an event dispatcher backed by a set
of event listeners. |
IlvHashedEventService |
IlvHashedEventService provides dispatching of arbitrary events
to registered GenericEventListener s based on the event class
and the object that fired the event. |
IlvListEventDispatcher |
IlvListEventDispatcher is an event dispatcher backed by a list
of event listeners. |
IlvPropertyEvent |
IlvPropertyEvent is an abstract class that can be used to represent
both aboutToChange and changed events for arbitrary object
properties. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.