Class StateChartBeginAction

java.lang.Object
repast.simphony.statecharts.StateChartBeginAction
All Implemented Interfaces:
IAction

public class StateChartBeginAction extends Object implements IAction
  • Constructor Details

  • Method Details

    • registerListener

      public void registerListener(StateChart<?> sc)
    • removeListener

      public void removeListener(StateChart<?> sc)
    • removeAllListeners

      public void removeAllListeners()
    • notifyListeners

      protected void notifyListeners()
    • hasListeners

      public boolean hasListeners()
    • execute

      public void execute()
      Description copied from interface: IAction
      Executes this IAction, typically by performing a method call on some object.
      Specified by:
      execute in interface IAction