Uses of Class
org.astrogrid.samp.client.TrackedClientSet
-
Packages that use TrackedClientSet Package Description org.astrogrid.samp.bridge Classes for the SAMP Bridge.org.astrogrid.samp.client Classes required only for SAMP clients.org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes. -
-
Uses of TrackedClientSet in org.astrogrid.samp.bridge
Subclasses of TrackedClientSet in org.astrogrid.samp.bridge Modifier and Type Class Description private class
ProxyManager.ProxyManagerClientSet
TrackedClientSet implementation used by a Proxy Manager. -
Uses of TrackedClientSet in org.astrogrid.samp.client
Fields in org.astrogrid.samp.client declared as TrackedClientSet Modifier and Type Field Description private TrackedClientSet
ClientTracker. clientSet_
private TrackedClientSet
HubConnector. clientSet_
Methods in org.astrogrid.samp.client that return TrackedClientSet Modifier and Type Method Description protected TrackedClientSet
HubConnector. getClientSet()
Returns the tracked client set implementation which is used to keep track of the currently registered clients.Constructors in org.astrogrid.samp.client with parameters of type TrackedClientSet Constructor Description ClientTracker(TrackedClientSet clientSet)
Constructor.HubConnector(ClientProfile profile, TrackedClientSet clientSet)
Constructs a HubConnector based on a given profile instance using a custom client set implementation. -
Uses of TrackedClientSet in org.astrogrid.samp.gui
Subclasses of TrackedClientSet in org.astrogrid.samp.gui Modifier and Type Class Description private static class
GuiHubConnector.ListModelTrackedClientSet
TrackedClientSet implementation used by this class.
-