Package repast.simphony.chart2.engine
Class TimeSeriesComponentControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- All Implemented Interfaces:
DescriptorControllerAction<TimeSeriesChartDescriptor>
,ControllerAction
,RunListener
public class TimeSeriesComponentControllerAction
extends DefaultControllerAction
implements DescriptorControllerAction<TimeSeriesChartDescriptor>, RunListener
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
batchInitialize
(RunState runState, Object contextId) Does nothing.void
paused()
Invoked when the current run has been paused.void
Invoked when the current run has been restarted after a pause.void
runCleanup
(RunState runState, Object contextId) Does nothing.void
started()
Invoked when the current run has been started.void
stopped()
Invoked when the current run has been stopped.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, runInitialize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.engine.environment.ControllerAction
batchCleanup, runInitialize
-
Constructor Details
-
TimeSeriesComponentControllerAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescriptorControllerAction<TimeSeriesChartDescriptor>
-
batchInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
batchInitialize
in interfaceControllerAction
- Overrides:
batchInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-
runCleanup
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
runCleanup
in interfaceControllerAction
- Overrides:
runCleanup
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-
stopped
public void stopped()Description copied from interface:RunListener
Invoked when the current run has been stopped.- Specified by:
stopped
in interfaceRunListener
-
paused
public void paused()Description copied from interface:RunListener
Invoked when the current run has been paused.- Specified by:
paused
in interfaceRunListener
-
started
public void started()Description copied from interface:RunListener
Invoked when the current run has been started.- Specified by:
started
in interfaceRunListener
-
restarted
public void restarted()Description copied from interface:RunListener
Invoked when the current run has been restarted after a pause.- Specified by:
restarted
in interfaceRunListener
-