Class GotoSuccessAction
- java.lang.Object
-
- jmri.beans.PropertyChangeSupport
-
- jmri.jmrit.operations.automation.actions.Action
-
- jmri.jmrit.operations.automation.actions.GotoAction
-
- jmri.jmrit.operations.automation.actions.GotoSuccessAction
-
- All Implemented Interfaces:
PropertyChangeFirer
,PropertyChangeProvider
public class GotoSuccessAction extends GotoAction
-
-
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 GotoSuccessAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction()
int
getCode()
java.lang.String
getName()
-
Methods inherited from class jmri.jmrit.operations.automation.actions.GotoAction
cancelAction, getActionSuccessfulString, getComboBox
-
Methods inherited from class jmri.jmrit.operations.automation.actions.Action
finishAction, finishAction, getActionFailedString, getActionString, getAutomationItem, getCode, getFormatedMessage, getStatus, isAutomationMenuEnabled, isConcurrentAction, 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
-
GotoSuccessAction
public GotoSuccessAction()
-
-
Method Detail
-
getCode
public int getCode()
- Overrides:
getCode
in classGotoAction
-
getName
public java.lang.String getName()
- Overrides:
getName
in classGotoAction
-
doAction
public void doAction()
- Overrides:
doAction
in classGotoAction
-
-