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