| Interface | Description |
|---|---|
| Event |
This interface represents an event source and event handler.
|
| FileEvent |
An event that is produced to indicate the presence of a file or a sub-directory.
|
| LockFileEvent |
This event extends
FileEvent by additional information to the corresponding lock
file. |
| MailEvent |
An event that is produced to indicate the presence of a mail.
|
| MemoryResultSetEvent |
An event that is produced to indicate the presence of specific data in a
JDBC-database or similar.
|
| ResultSetEvent |
An event that is produced to indicate the presence of specific data in a
JDBC-database.
|
| Exception | Description |
|---|---|
| EventHandlingException |
This exception indicates that an event handler had a problem when handling an
event.
|