Class WaitTrainTerminatedAction
- java.lang.Object
-
- jmri.beans.PropertyChangeSupport
-
- jmri.jmrit.operations.automation.actions.Action
-
- jmri.jmrit.operations.automation.actions.WaitTrainTerminatedAction
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener,java.util.EventListener,PropertyChangeFirer,PropertyChangeProvider
public class WaitTrainTerminatedAction extends Action implements java.beans.PropertyChangeListener
-
-
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, OKAY
-
Fields inherited from class jmri.beans.PropertyChangeSupport
propertyChangeSupport
-
-
Constructor Summary
Constructors Constructor Description WaitTrainTerminatedAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancelAction()voiddoAction()intgetCode()java.lang.StringgetName()booleanisConcurrentAction()Used to determine if this action can run concurrently with other actions.voidpropertyChange(java.beans.PropertyChangeEvent evt)-
Methods inherited from class jmri.jmrit.operations.automation.actions.Action
finishAction, finishAction, getActionFailedString, getActionString, getActionSuccessfulString, getAutomationItem, getCode, getComboBox, getFormatedMessage, getStatus, isAutomationMenuEnabled, isGotoMenuEnabled, isMessageFailEnabled, isMessageOkEnabled, isRouteMenuEnabled, isTrainMenuEnabled, sendMessage, setAutomationItem, setRunning, toString
-
Methods inherited from class jmri.beans.PropertyChangeSupport
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
Constructor Detail
-
WaitTrainTerminatedAction
public WaitTrainTerminatedAction()
-
-
Method Detail
-
isConcurrentAction
public boolean 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
-
cancelAction
public void cancelAction()
- Specified by:
cancelActionin classAction
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
-
-