Package org.astrogrid.samp.gui
Class HubClientPopupListener.DisconnectAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.astrogrid.samp.gui.HubClientPopupListener.DisconnectAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- HubClientPopupListener
private class HubClientPopupListener.DisconnectAction extends javax.swing.AbstractAction
Action which will forcibly disconnect a given client.
-
-
Constructor Summary
Constructors Constructor Description DisconnectAction(java.awt.Component parent, HubClient client)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-