Class StreetsideMainDialog.StopAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.plugins.streetside.gui.StreetsideMainDialog.StopAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action,WalkListener
- Enclosing class:
- StreetsideMainDialog
private static class StreetsideMainDialog.StopAction extends javax.swing.AbstractAction implements WalkListener
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDprivate WalkThreadthread
-
Constructor Summary
Constructors Constructor Description StopAction()Constructs a normal StopAction
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)voidwalkStarted(WalkThread thread)Called when a new walk thread is started.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
thread
private WalkThread thread
-
-
Constructor Detail
-
StopAction
StopAction()
Constructs a normal StopAction
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
walkStarted
public void walkStarted(WalkThread thread)
Description copied from interface:WalkListenerCalled when a new walk thread is started.- Specified by:
walkStartedin interfaceWalkListener- Parameters:
thread- The thread executing the walk.
-
-