Class DefaultControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
- All Implemented Interfaces:
ControllerAction
- Direct Known Subclasses:
ChartServerControllerAction
,ConsoleSinkComponentControllerAction
,DataLoaderControllerAction
,DataSetComponentControllerAction
,DefaultRandomStreamAction
,DefaultSchedulableAction
,DefaultUserPanelDescriptorAction
,DisplayComponentControllerAction
,DisplayServerControllerAction
,FileSinkComponentControllerAction
,HistogramComponentControllerAction
,SchedulingControllerAction
,TimeSeriesComponentControllerAction
A null implementation of a ControllerAction. This provides no functionality,
but can be used for subclassing purposes.
- Version:
- $Revision: 1.1 $ $Date: 2005/12/21 22:25:34 $
- Author:
- Jerry Vos
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
batchCleanup
(RunState runState, Object contextId) Does nothing.void
batchInitialize
(RunState runState, Object contextId) Does nothing.void
runCleanup
(RunState runState, Object contextId) Does nothing.void
runInitialize
(RunState runState, Object contextId, Parameters runParams) Does nothing.
-
Constructor Details
-
DefaultControllerAction
public DefaultControllerAction()
-
-
Method Details
-
batchInitialize
Does nothing.- Specified by:
batchInitialize
in interfaceControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-
runInitialize
Does nothing.- Specified by:
runInitialize
in interfaceControllerAction
- Parameters:
runState
- ignoredcontextId
- ignoredrunParams
- ignored
-
batchCleanup
Does nothing.- Specified by:
batchCleanup
in interfaceControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-
runCleanup
Does nothing.- Specified by:
runCleanup
in interfaceControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-