Uses of Interface
adams.flow.core.DaemonEvent
-
Packages that use DaemonEvent Package Description adams.flow.standalone -
-
Uses of DaemonEvent in adams.flow.standalone
Classes in adams.flow.standalone that implement DaemonEvent Modifier and Type Class Description class
AbstractMutableActorDaemonEvent<E,P>
Ancestor for daemon events that handle sub-actors.class
Cron
Executes an actor according to a pre-defined schedule.
Note: since the actor merely starts the cron scheduler in the background, the actor finishes the execution pretty much immediately.class
DirWatch
class
LogEvent
Listens to the global log record handler and processes records that passed the specified filter(s).
This allows, for instance, the output of log messages into a log file.
By default, log records are only processed if the sub-actors are not currently being executed.class
QueueEvent
Executes its sub-flow after a predefined number of milli-seconds.class
VariableChangedEvent
Listens to a any changes to the specified variable.
This allows, for instance, the monitoring of a variable.
Enable the 'noDiscard' property to process all change events - NB: this can slow down the system significantly.
-