private static class StreetsideMainDialog.PlayAction extends AbstractAction implements WalkListener
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private WalkThread |
thread |
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
PlayAction()
Constructs a normal PlayAction
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
walkStarted(WalkThread thread)
Called when a new walk thread is started.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
private static final long serialVersionUID
private transient WalkThread thread
PlayAction()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void walkStarted(WalkThread thread)
WalkListener
walkStarted
in interface WalkListener
thread
- The thread executing the walk.