Uses of Class
adams.flow.standalone.AbstractMutableActorDaemonEvent
-
Packages that use AbstractMutableActorDaemonEvent Package Description adams.flow.standalone -
-
Uses of AbstractMutableActorDaemonEvent in adams.flow.standalone
Subclasses of AbstractMutableActorDaemonEvent in adams.flow.standalone Modifier and Type Class Description 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
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.
-