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.
|
Modifier and Type | Field and Description |
---|---|
private HubConnector |
ProxyManager.pmConnector_ |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
(package private) HubConnector |
IndividualCallActionManager.BroadcastAction.connector_ |