Package repast.simphony.statecharts
Class StateChartResolveAction
java.lang.Object
repast.simphony.statecharts.StateChartResolveAction
- 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
- 
StateChartResolveAction
public StateChartResolveAction() 
 - 
 - 
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. 
 -