Package repast.simphony.statecharts
Class StateChartResolveAction
java.lang.Object
repast.simphony.statecharts.StateChartResolveAction
- All Implemented Interfaces:
- IAction
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute()Executes this IAction, typically by performing a method call on some object.booleanprotected voidvoidregisterListener(StateChart<?> sc) voidvoidremoveListener(StateChart<?> sc) 
- 
Constructor Details- 
StateChartResolveActionpublic StateChartResolveAction()
 
- 
- 
Method Details- 
registerListener
- 
removeListener
- 
removeAllListenerspublic void removeAllListeners()
- 
notifyListenersprotected void notifyListeners()
- 
hasListenerspublic boolean hasListeners()
- 
executepublic void execute()Description copied from interface:IActionExecutes this IAction, typically by performing a method call on some object.
 
-