Class DisplayComponentControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.visualization.engine.DisplayComponentControllerAction
- All Implemented Interfaces:
DescriptorControllerAction<DisplayDescriptor>
,ControllerAction
public class DisplayComponentControllerAction
extends DefaultControllerAction
implements DescriptorControllerAction<DisplayDescriptor>
Component action for a display. This action when initalized creates a single display from a
descriptor.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runCleanup
(RunState runState, Object contextId) Does nothing.void
runInitialize
(RunState runState, Object contextId, Parameters params) Does nothing.void
setDescriptor
(DisplayDescriptor descriptor) Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, batchInitialize
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, batchInitialize
-
Constructor Details
-
DisplayComponentControllerAction
-
-
Method Details
-
runCleanup
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
runCleanup
in interfaceControllerAction
- Overrides:
runCleanup
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-
runInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
runInitialize
in interfaceControllerAction
- Overrides:
runInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignoredparams
- ignored
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescriptorControllerAction<DisplayDescriptor>
-
setDescriptor
-