Package org.astrogrid.samp.gui
Class MessageTrackerHubService.MessageTrackerHubClient
- java.lang.Object
-
- org.astrogrid.samp.hub.HubClient
-
- org.astrogrid.samp.gui.MessageTrackerHubService.MessageTrackerHubClient
-
- All Implemented Interfaces:
Client
- Enclosing class:
- MessageTrackerHubService
private class MessageTrackerHubService.MessageTrackerHubClient extends HubClient
HubClient class used by this HubService implementation.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) TransmissionListModel
rxListModel_
(package private) TransmissionListModel
txListModel_
-
Constructor Summary
Constructors Constructor Description MessageTrackerHubClient(java.lang.String publicId, ProfileToken ptoken)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setCallable(CallableClient callable)
Sets the callable object which allows this client to receive callbacks.-
Methods inherited from class org.astrogrid.samp.hub.HubClient
getCallable, getId, getMetadata, getProfileToken, getSubscription, getSubscriptions, isCallable, isSubscribed, setMetadata, setSubscriptions, toString
-
-
-
-
Field Detail
-
rxListModel_
final TransmissionListModel rxListModel_
-
txListModel_
final TransmissionListModel txListModel_
-
-
Constructor Detail
-
MessageTrackerHubClient
public MessageTrackerHubClient(java.lang.String publicId, ProfileToken ptoken)
Constructor.- Parameters:
publicId
- public IDptoken
- connection source
-
-
Method Detail
-
setCallable
public void setCallable(CallableClient callable)
Description copied from class:HubClient
Sets the callable object which allows this client to receive callbacks. If null is used, a no-op callable object is installed.- Overrides:
setCallable
in classHubClient
- Parameters:
callable
- new callable interface, or null
-
-