Package org.astrogrid.samp.gui
Class IndividualCallActionManager.BroadcastAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.astrogrid.samp.gui.IndividualCallActionManager.BroadcastAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- IndividualCallActionManager
private class IndividualCallActionManager.BroadcastAction extends javax.swing.AbstractActionAction which performs "broadcasts". They may actually be multiple targetted sends.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.swing.ListModelclientList_(package private) HubConnectorconnector_
-
Constructor Summary
Constructors Constructor Description BroadcastAction()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent evt)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
connector_
final HubConnector connector_
-
clientList_
final javax.swing.ListModel clientList_
-
-