Package repast.simphony.statecharts
Class StateChartBeginAction
java.lang.Object
repast.simphony.statecharts.StateChartBeginAction
- All Implemented Interfaces:
IAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Executes this IAction, typically by performing a method call on some object.booleanprotected voidvoidregisterListener(StateChart<?> sc) voidvoidremoveListener(StateChart<?> sc)
-
Constructor Details
-
StateChartBeginAction
-
-
Method Details
-
registerListener
-
removeListener
-
removeAllListeners
public void removeAllListeners() -
notifyListeners
protected void notifyListeners() -
hasListeners
public boolean hasListeners() -
execute
public void execute()Description copied from interface:IActionExecutes this IAction, typically by performing a method call on some object.
-