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, toStringfinal TransmissionListModel rxListModel_
final TransmissionListModel txListModel_
public MessageTrackerHubClient(java.lang.String publicId,
ProfileToken ptoken)
publicId - public IDptoken - connection sourcepublic void setCallable(CallableClient callable)
HubClientsetCallable in class HubClientcallable - new callable interface, or null