Uses of Class
org.astrogrid.samp.client.TrackedClientSet
Packages that use TrackedClientSet
-
Uses of TrackedClientSet in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client that return TrackedClientSetModifier and TypeMethodDescriptionprotected 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 TrackedClientSetModifierConstructorDescriptionHubConnector
(ClientProfile profile, TrackedClientSet clientSet) Constructs a HubConnector based on a given profile instance using a custom client set implementation.