Package com.timeindexing.event

Provides all the classes for the event sending mechanism.

See:
          Description

Interface Summary
IndexAccessEventListener An Index Access Event, which is used when an IndexItem is accessed in an Index.
IndexAddEventListener An Index Add Event, which is used when an IndexItem is added to an Index.
IndexEventGenerator Any class that needs to fire IndexEvents needs to implement this interface.
IndexPrimaryEventListener An Index Primary Event Listener, which is used at primary moments.
OutputEventListener An Output Event, which is used when an output component actually does some output.
 

Class Summary
IndexAccessEvent An Index Access Event, which is generated when an IndexItem is accessed in an Index.
IndexAccessEventGenerator A base class for classes that wish to multicast IndexAccessEvents to the relvant listenters.
IndexAddEvent An Index Add Event, which is generated when an IndexItem is added to an Index.
IndexAddEventGenerator A base class for classes that wish to multicast IndexAddEvents to the relvant listenters.
IndexEvent An Index Event, which is generated at key situations through an Index's lifetime.
IndexEventMulticaster A class that multicast IndexEvents to the relvant listenters.
IndexPrimaryEvent An Index Primary Event, which is generated at primary moments.
OutputEvent An OutputEvent, which is generated when an output component actually does some output.
OutputEventGenerator A base class for classes that wish to multicast OutputEvents to the relvant listenters.
 

Package com.timeindexing.event Description

Provides all the classes for the event sending mechanism.



Timeindexing 2008