private static class StreetsideMainDialog.PlayAction extends javax.swing.AbstractAction implements WalkListener
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private WalkThread |
thread |
| Constructor and Description |
|---|
PlayAction()
Constructs a normal PlayAction
|
| 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 transient WalkThread thread
PlayAction()
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.