Package org.astrogrid.samp.gui
Class AbstractCallActionManager.SendAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.astrogrid.samp.gui.AbstractCallActionManager.SendAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- AbstractCallActionManager
private class AbstractCallActionManager.SendAction extends javax.swing.AbstractAction
Action which performs a send to a particular client.
-
-
Constructor Summary
Constructors Constructor Description SendAction(Client client)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
boolean
equals(java.lang.Object o)
int
hashCode()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-