Package org.openstreetmap.josm.gui.oauth
Class FullyAutomaticAuthorizationUI.TestAccessTokenAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.TestAccessTokenAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- FullyAutomaticAuthorizationUI
class FullyAutomaticAuthorizationUI.TestAccessTokenAction extends javax.swing.AbstractAction
Action to test an access token.
-
-
Constructor Summary
Constructors Constructor Description TestAccessTokenAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent arg0)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
TestAccessTokenAction
TestAccessTokenAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
-
-