| Class | Description |
|---|---|
| AbstractActivityEventHandler |
This class provides the basic means for an activity event handler, that is,
providing the attributes of an
EventHandler as well as declining
all signals sent while the handler is executing an activity. |
| AbstractEvent |
An abstract event providing the type handling and ID handling as well as the
creation date.
|
| AbstractEventHandler |
This class provides the basic means for an event handler, that is, providing
the attributes of an
EventHandler. |
| AbstractEventManager |
The event manager creates event handler and event sources.
|
| AbstractEventSource<T extends Event> |
This abstract class provides the means for managing the handler registered
for an event source.
|
| AbstractSharedEventSource<E extends Event,S extends SharingSource<E>> |
An event source that distributes events among several sharing event
sources.
|
| AbstractSharingActEventSource<T extends Event> |
A source for events shared among several sharing event sources.
|
| ConcurrentEventHandling<T extends Event> |
A simple class for handling events concurrently via an
executor service.
|
| DefaultEventManager |
The default event manager supports events based on SQL databases, (incoming) mails and changes in
the file system.
|
| EventSourceAdder |
An
ItemHandler for adding an event source for a specific
worklist item. |
| ParamRefTools |
Various tool methods for processing events.
|
| WorklistHandler |
This
WorklistHandler creates event sources for worklist items
with activities that wait for an event. |