| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.core.eventmanager.fileevents | |
| de.aristaflow.adept2.core.eventmanager.mailevents |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileEventActivityHandler
An event handler for file events, that stores data from an occurred file
event as output parameter in the data context of the corresponding activity.
|
class |
FileMarkHandler
An event handler for marking files from file events.
|
class |
InstanceStartEventHandler
An event handler for file events, that stores data from an occurred file
event as input parameters in the data container of an instance and starts
this instance afterwards.
|
class |
MarkInstanceStartEventHandler
An event handler for file events, that marks the files (rename, move) and afterwards stores data
from an occurred file event as input parameters in the data container of an instance and starts
this instance afterwards.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MailEventActivityHandler
An event handler for mail events, that stores data from an occurred mail
event as output parameter in the data context of the corresponding activity.
|
class |
MailFlagHandler
An event handler for setting flags and/or moving messages from mail events.
|