Uses of Class
org.astrogrid.samp.client.HubConnector
-
Packages that use HubConnector Package Description org.astrogrid.samp.bridge Classes for the SAMP Bridge.org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes. -
-
Uses of HubConnector in org.astrogrid.samp.bridge
Fields in org.astrogrid.samp.bridge declared as HubConnector Modifier and Type Field Description private HubConnector
ProxyManager. pmConnector_
Methods in org.astrogrid.samp.bridge that return HubConnector Modifier and Type Method Description HubConnector[]
Bridge. getBridgeClients()
Returns the hub connectors representing the bridge client running on each linked hub.HubConnector
ProxyManager. getManagerConnector()
Returns the hub connector used by this manager for client monitoring on the local hub. -
Uses of HubConnector in org.astrogrid.samp.gui
Subclasses of HubConnector in org.astrogrid.samp.gui Modifier and Type Class Description class
GuiHubConnector
Extends HubConnector to provide additional graphical functionality.class
MessageTrackerHubConnector
HubConnector implementation which provides facilities for keeping track of incoming and outgoing messages as well as the other GUI features.Fields in org.astrogrid.samp.gui declared as HubConnector Modifier and Type Field Description (package private) HubConnector
IndividualCallActionManager.BroadcastAction. connector_
-