private class GuiHubConnector.RegisterAction
extends javax.swing.AbstractAction
Constructor and Description |
---|
RegisterAction()
Constructs in an unarmed state.
|
RegisterAction(boolean active)
Constructs with a given (initial) sense.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
protected void |
registerFailed() |
void |
setSense(boolean active)
Sets whether this action registers or unregisters.
|