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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbatchCleanup(RunState runState, Object contextId) Does nothing.voidbatchInitialize(RunState runState, Object contextId) Does nothing.voidrunCleanup(RunState runState, Object contextId) Does nothing.voidrunInitialize(RunState runState, Object contextId, Parameters runParams) Does nothing.
-
Constructor Details
-
DefaultControllerAction
public DefaultControllerAction()
-
-
Method Details
-
batchInitialize
Does nothing.- Specified by:
batchInitializein interfaceControllerAction- Parameters:
runState- ignoredcontextId- ignored
-
runInitialize
Does nothing.- Specified by:
runInitializein interfaceControllerAction- Parameters:
runState- ignoredcontextId- ignoredrunParams- ignored
-
batchCleanup
Does nothing.- Specified by:
batchCleanupin interfaceControllerAction- Parameters:
runState- ignoredcontextId- ignored
-
runCleanup
Does nothing.- Specified by:
runCleanupin interfaceControllerAction- Parameters:
runState- ignoredcontextId- ignored
-