Package adams.event
-
Interface Summary Interface Description AnyChangeListenerSupporter Interface for classes like text components that can send out notifications for any change that occurs (less fine-grained).DatabaseConnectionChangeListener Interface for classes that listen to changes in the database connection.FlowPauseStateListener Interface for classes that listen for changes in the pause state of running flows.FlowSetupStateListener Interface for classes that listen for changes in the state of flow setups, like starting a flow, finishing, etc.GeneticFitnessChangeListener Interface for classes that listen to changes in the fitness of a genetic algorithm.GeneticFitnessChangeNotifier Interface for genetic algorithms that notify other objects about changes of their fitness.JobCompleteListener Interface for classes that listen for jobs to finish.JobListCompleteListener Interface for classes that listen for queues to finish all of its jobs.PublicationListener Interface for classes that listen to data being published.SpreadSheetColumnInsertionListener For classes that listen to column insertion events.StorageChangeListener Interface for classes that listen to changes in storage items and their associated values.TokenListener Interface for classes that listen for tokens arriving in aTokenEventHandler
.VariableChangeListener Interface for classes that listen to changes in variables and their associated values. -
Class Summary Class Description DatabaseConnectionChangeEvent Whenever a change in the database connection (connect/disconnect) happens, the listeners get notified with this event.FlowPauseStateEvent Event that gets sent by a Flow when the execution of a flow has started, finished, etc.FlowSetupStateEvent Event that gets sent by a FlowSetup when the execution of a flow has started, finished, etc.GeneticFitnessChangeEvent Event that gets sent whenever the fitness of a genetic algorithm changed.JobCompleteEvent Event object that gets sent after a job finished.JobListCompleteEvent Event object that gets sent after all jobs in a queue have finished.PublicationEvent Event when data gets published throughPublishSubscribeHandler
.SpreadSheetColumnInsertionEvent Event that gets sent in case of insertion of a column.StorageChangeEvent Gets sent whenever storage items get modified.TokenEvent Event that gets sent by aTokenEventHandler
actor when a token arrived.VariableChangeEvent Gets sent whenever variables get modified. -
Enum Summary Enum Description DatabaseConnectionChangeEvent.EventType Enum for the type of event.FlowPauseStateEvent.Type The type of event.FlowSetupStateEvent.Type The type of event.StorageChangeEvent.Type The type of event.VariableChangeEvent.Type The type of event.