private static class StreetsideMainDialog.PauseAction extends javax.swing.AbstractAction implements WalkListener
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private WalkThread |
thread |
| Constructor and Description |
|---|
PauseAction()
Constructs a normal PauseAction
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
walkStarted(WalkThread thread)
Called when a new walk thread is started.
|
private static final long serialVersionUID
private WalkThread thread
PauseAction()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void walkStarted(WalkThread thread)
WalkListenerwalkStarted in interface WalkListenerthread - The thread executing the walk.