Uses of Class
org.astrogrid.samp.hub.BasicHubService
-
Packages that use BasicHubService Package Description org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes. -
-
Uses of BasicHubService in org.astrogrid.samp.gui
Subclasses of BasicHubService in org.astrogrid.samp.gui Modifier and Type Class Description class
GuiHubService
BasicHubService subclass which provides a GUI window displaying hub status as well as the basic hub services.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 BasicHubService Modifier and Type Field Description private BasicHubService
HubClientPopupListener. hub_
Constructors in org.astrogrid.samp.gui with parameters of type BasicHubService Constructor Description HubClientPopupListener(BasicHubService hub)
Constructor.
-