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.AbstractActionAction 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 voidactionPerformed(java.awt.event.ActionEvent evt)booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-