Class WaitSwitchListAction
- java.lang.Object
- 
- jmri.beans.PropertyChangeSupport
- 
- jmri.jmrit.operations.automation.actions.Action
- 
- jmri.jmrit.operations.automation.actions.WaitSwitchListAction
 
 
 
- 
- All Implemented Interfaces:
- java.beans.PropertyChangeListener,- java.util.EventListener,- PropertyChangeFirer,- PropertyChangeProvider
 
 public class WaitSwitchListAction 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.PropertyChangeSupportpropertyChangeSupport
 
- 
 - 
Constructor SummaryConstructors Constructor Description WaitSwitchListAction()
 - 
Method SummaryAll 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.ActionfinishAction, 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.PropertyChangeSupportaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
- 
 
- 
- 
- 
Constructor Detail- 
WaitSwitchListActionpublic WaitSwitchListAction() 
 
- 
 - 
Method Detail- 
isConcurrentActionpublic boolean isConcurrentAction() Description copied from class:ActionUsed to determine if this action can run concurrently with other actions.- Overrides:
- isConcurrentActionin class- Action
- Returns:
- true if a concurrent action
 
 - 
cancelActionpublic void cancelAction() - Specified by:
- cancelActionin class- Action
 
 - 
propertyChangepublic void propertyChange(java.beans.PropertyChangeEvent evt) - Specified by:
- propertyChangein interface- java.beans.PropertyChangeListener
 
 
- 
 
-