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.AbstractAction
Action which performs "broadcasts". They may actually be multiple targetted sends.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.swing.ListModel
clientList_
(package private) HubConnector
connector_
-
Constructor Summary
Constructors Constructor Description BroadcastAction()
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
-
-
-
-
Field Detail
-
connector_
final HubConnector connector_
-
clientList_
final javax.swing.ListModel clientList_
-
-