Uses of Interface
adams.flow.core.TriggerableEvent
-
Packages that use TriggerableEvent Package Description adams.flow.control adams.flow.standalone -
-
Uses of TriggerableEvent in adams.flow.control
Classes in adams.flow.control that implement TriggerableEvent Modifier and Type Class Description class
Flow
Container object for actors, used for executing a flow. -
Uses of TriggerableEvent in adams.flow.standalone
Classes in adams.flow.standalone that implement TriggerableEvent Modifier and Type Class Description class
DelayedEvent
Executes its sub-flow after a predefined number of milli-seconds.class
ExternalStandalone
Standalone that executes an external standalone actor stored on disk.
For executing whole flows, use the adams.flow.standalone.ExternalFlow standalone actor instead.
See also:
adams.flow.standalone.ExternalFlow
class
WeakExternalStandalone
-