Class NullAbstractControllerAction<T>
java.lang.Object
repast.simphony.engine.controller.AbstractControllerAction<T>
repast.simphony.engine.controller.NullAbstractControllerAction<T>
- All Implemented Interfaces:
ControllerAction
- Direct Known Subclasses:
DefaultContextSchedulableControllerAction
A null implementation of an
AbstractControllerAction
. This is useful
for subclassing when you only want to implement a few methods.- Version:
- $Revision: 1.1 $ $Date: 2005/12/21 22:25:34 $
- Author:
- Jerry Vos
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runCleanup
(RunState runState, Context<? extends T> context) Does nothing.void
runInitialize
(RunState runState, Context<? extends T> context, Parameters runParams) Does nothing.Methods inherited from class repast.simphony.engine.controller.AbstractControllerAction
accept, batchCleanup, batchInitialize, findContextInRunState, runCleanup, runInitialize
-
Constructor Details
-
NullAbstractControllerAction
public NullAbstractControllerAction()
-
-
Method Details
-
runInitialize
Does nothing.- Specified by:
runInitialize
in classAbstractControllerAction<T>
- Parameters:
runState
- ignoredcontext
- ignored
-
runCleanup
Does nothing.- Specified by:
runCleanup
in classAbstractControllerAction<T>
- Parameters:
runState
- ignoredcontext
- ignored
-