Uses of Interface
org.astrogrid.samp.gui.ClientTransmissionHolder
-
Packages that use ClientTransmissionHolder Package Description org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes. -
-
Uses of ClientTransmissionHolder in org.astrogrid.samp.gui
Classes in org.astrogrid.samp.gui that implement ClientTransmissionHolder Modifier and Type Class Description class
MessageTrackerHubConnector
HubConnector implementation which provides facilities for keeping track of incoming and outgoing messages as well as the other GUI features.class
MessageTrackerHubService
GuiHubService subclass which additionally keeps track of which messages have been sent and received, and can provide a graphical display of these.Fields in org.astrogrid.samp.gui declared as ClientTransmissionHolder Modifier and Type Field Description private ClientTransmissionHolder
MessageTrackerListCellRenderer. transHolder_
Constructors in org.astrogrid.samp.gui with parameters of type ClientTransmissionHolder Constructor Description MessageTrackerListCellRenderer(ClientTransmissionHolder transHolder)
Constructor.
-