Class WaitAutomationAction
java.lang.Object
jmri.beans.PropertyChangeSupport
jmri.jmrit.operations.automation.actions.Action
jmri.jmrit.operations.automation.actions.WaitAutomationAction
- All Implemented Interfaces:
PropertyChangeListener,EventListener,PropertyChangeFirer,PropertyChangeProvider
-
Field Summary
Fields inherited from class jmri.jmrit.operations.automation.actions.Action
_automationItem, ACTION_COMPLETE_CHANGED_PROPERTY, ACTION_GOTO_CHANGED_PROPERTY, ACTION_HALT_CHANGED_PROPERTY, ACTION_RUNNING_CHANGED_PROPERTY, CLOSED, FINISH_FAILED, HALT, NO_MESSAGE_SENT, OKAYFields inherited from class jmri.beans.PropertyChangeSupport
propertyChangeSupport -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jmri.jmrit.operations.automation.actions.Action
finishAction, finishAction, getActionFailedString, getActionString, getActionSuccessfulString, getAutomationItem, getCode, getFormatedMessage, getStatus, isAutomationMenuEnabled, isGotoMenuEnabled, isMessageFailEnabled, isMessageOkEnabled, isRouteMenuEnabled, isTrainMenuEnabled, reset, sendMessage, setAutomationItem, setRunning, toStringMethods inherited from class jmri.beans.PropertyChangeSupport
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
WaitAutomationAction
public WaitAutomationAction()
-
-
Method Details
-
getCode
-
getName
-
isConcurrentAction
Description copied from class:ActionUsed to determine if this action can run concurrently with other actions.- Overrides:
isConcurrentActionin classAction- Returns:
- true if a concurrent action
-
doAction
-
cancelAction
- Specified by:
cancelActionin classAction
-
getComboBox
- Overrides:
getComboBoxin classAction
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-