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 classMessageTrackerHubConnectorHubConnector implementation which provides facilities for keeping track of incoming and outgoing messages as well as the other GUI features.classMessageTrackerHubServiceGuiHubService 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 ClientTransmissionHolderMessageTrackerListCellRenderer. transHolder_Constructors in org.astrogrid.samp.gui with parameters of type ClientTransmissionHolder Constructor Description MessageTrackerListCellRenderer(ClientTransmissionHolder transHolder)Constructor.
-