Package repast.simphony.ws
Class DisplayServerControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.ws.DisplayServerControllerAction
- All Implemented Interfaces:
ControllerAction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runCleanup
(RunState runState, Object contextId) Does nothing.void
runInitialize
(RunState runState, Object contextId, Parameters params) Does nothing.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, batchInitialize
-
Constructor Details
-
DisplayServerControllerAction
-
-
Method Details
-
runInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
runInitialize
in interfaceControllerAction
- Overrides:
runInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignoredparams
- ignored
-
getAgents
-
runCleanup
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
runCleanup
in interfaceControllerAction
- Overrides:
runCleanup
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-