Package org.astrogrid.samp.gui
Class HubClientPopupListener.CallAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.astrogrid.samp.gui.HubClientPopupListener.CallAction
-
- 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.CallAction extends javax.swing.AbstractAction
Action which will send a message to a client.
-
-
Constructor Summary
Constructors Constructor Description CallAction(java.awt.Component parent, HubClient client, java.lang.String name, Message msg, boolean isCall)
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
-
-
-
-
Constructor Detail
-
CallAction
public CallAction(java.awt.Component parent, HubClient client, java.lang.String name, Message msg, boolean isCall)
Constructor.- Parameters:
parent
- parent componentclient
- client to receive messagename
- informal name of message (for menu)msg
- message to sendisCall
- true for call, false for notify
-
-