private class MessageTrackerHubService.MessageTrackerHubClient extends HubClient
Modifier and Type | Field and Description |
---|---|
(package private) TransmissionListModel |
rxListModel_ |
(package private) TransmissionListModel |
txListModel_ |
Constructor and Description |
---|
MessageTrackerHubClient(java.lang.String publicId,
ProfileToken ptoken)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
setCallable(CallableClient callable)
Sets the callable object which allows this client to receive
callbacks.
|
getCallable, getId, getMetadata, getProfileToken, getSubscription, getSubscriptions, isCallable, isSubscribed, setMetadata, setSubscriptions, toString
final TransmissionListModel rxListModel_
final TransmissionListModel txListModel_
public MessageTrackerHubClient(java.lang.String publicId, ProfileToken ptoken)
publicId
- public IDptoken
- connection sourcepublic void setCallable(CallableClient callable)
HubClient
setCallable
in class HubClient
callable
- new callable interface, or null