class OAuthAuthorizationWizard.AcceptAccessTokenAction extends javax.swing.AbstractAction implements java.beans.PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
private OAuthToken |
token |
| Constructor and Description |
|---|
AcceptAccessTokenAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
void |
updateEnabledState(OAuthToken token) |
private OAuthToken token
public 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