Package | Description |
---|---|
ilog.views.gantt.util.event |
Provides generic event classes and interfaces, listener registration support
classes, event dispatchers, and event demultiplexers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractEventDispatcher
IlvAbstractEventDispatcher is the abstract superclass of all
IlvEventDispatcher implementations that are backed by
collections of event listeners. |
class |
IlvHashedEventDispatcher
IlvHashedEventDispatcher is an event dispatcher backed by a set
of event listeners. |
class |
IlvHashedEventService
IlvHashedEventService provides dispatching of arbitrary events
to registered GenericEventListener s based on the event class
and the object that fired the event. |
class |
IlvListEventDispatcher
IlvListEventDispatcher is an event dispatcher backed by a list
of event listeners. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.