Uses of Interface
de.aristaflow.adept2.model.events.handler.ActivityEventHandler
-
Packages that use ActivityEventHandler Package Description de.aristaflow.adept2.core.eventmanager.common de.aristaflow.adept2.core.eventmanager.fileevents de.aristaflow.adept2.core.eventmanager.mailevents -
-
Uses of ActivityEventHandler in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common that implement ActivityEventHandler Modifier and Type Class Description class
AbstractActivityEventHandler
This class provides the basic means for an activity event handler, that is, providing the attributes of anEventHandler
as well as declining all signals sent while the handler is executing an activity. -
Uses of ActivityEventHandler in de.aristaflow.adept2.core.eventmanager.fileevents
Classes in de.aristaflow.adept2.core.eventmanager.fileevents that implement ActivityEventHandler Modifier and Type Class 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. -
Uses of ActivityEventHandler in de.aristaflow.adept2.core.eventmanager.mailevents
Classes in de.aristaflow.adept2.core.eventmanager.mailevents that implement ActivityEventHandler Modifier and Type Class 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.
-