class OAuthAuthorizationWizard.AcceptAccessTokenAction extends javax.swing.AbstractAction implements java.beans.PropertyChangeListener
| Constructor and Description |
|---|
AcceptAccessTokenAction()
Constructs a new
AcceptAccessTokenAction. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
void |
updateEnabledState(OAuthToken token) |
AcceptAccessTokenAction()
AcceptAccessTokenAction.public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed in interface java.awt.event.ActionListenerpublic final void updateEnabledState(OAuthToken token)
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListener