Package org.openstreetmap.josm.gui.io
Class UploadStrategySelectionPanel.StrategyChangeListener
- java.lang.Object
-
- org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.StrategyChangeListener
-
- All Implemented Interfaces:
ActionListener
,FocusListener
,ItemListener
,EventListener
- Enclosing class:
- UploadStrategySelectionPanel
class UploadStrategySelectionPanel.StrategyChangeListener extends Object implements FocusListener, ItemListener, ActionListener
-
-
Constructor Summary
Constructors Constructor Description StrategyChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
void
focusGained(FocusEvent e)
void
focusLost(FocusEvent e)
void
itemStateChanged(ItemEvent e)
protected void
notifyStrategy()
-
-
-
Constructor Detail
-
StrategyChangeListener
StrategyChangeListener()
-
-
Method Detail
-
notifyStrategy
protected void notifyStrategy()
-
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChanged
in interfaceItemListener
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interfaceFocusListener
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
-