Package repast.simphony.userpanel.ui
Class DefaultUserPanelDescriptorAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
- All Implemented Interfaces:
DescriptorControllerAction<UserPanelDescriptor>
,ControllerAction
public class DefaultUserPanelDescriptorAction
extends DefaultControllerAction
implements DescriptorControllerAction<UserPanelDescriptor>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runCleanup
(RunState runState, Object contextId) Does nothing.void
runInitialize
(RunState runState, Object contextId, Parameters runParams) Does nothing.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
-
DefaultUserPanelDescriptorAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescriptorControllerAction<UserPanelDescriptor>
-
runInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
runInitialize
in interfaceControllerAction
- Overrides:
runInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignoredrunParams
- ignored
-
runCleanup
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
runCleanup
in interfaceControllerAction
- Overrides:
runCleanup
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-