Class StateChartBeginAction

  • All Implemented Interfaces:
    IAction

    public class StateChartBeginAction
    extends Object
    implements IAction
    • Method Detail

      • 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