| ActivityEventSource<T extends Event> |
An event source that creates events for specific activities.
|
| EventSource<T extends Event> |
An event source produces events and forwards them to one or more event
handler for processing the event.
|
| FilteredMailSource |
A mail event source that filters mails before creating the corresponding mail
events.
|
| MailSource |
An event source causing an event based on the presence of a mail.
|
| MemoryResultSetSource |
An event source causing an event based on the result of a select statement.
|
| PollingFileSource |
An event source causing an event based on the presence of a file.
|
| PollingMailSource |
A mail event source that polls for mails.
|
| PollingSource<T extends Event> |
An event source that involves polling for an event.
|
| ResultSetSource |
An event source causing an event based on the result of a select statement.
|
| SharedPollingSource<T extends Event> |
A SharedPollingSource unifies the polling for several
SharingSource-instances.
|
| SharingSource<T extends Event> |
A sharing source is an event source that does not poll itself but shares
another event source that unifies several sharing sources, polls for them and
signals them separately.
|