public static interface Topics.TopicDetailsCallback extends Callback
Modifier and Type | Interface and Description |
---|---|
static class |
Topics.TopicDetailsCallback.Default
Default implementation of
Topics.TopicDetailsCallback . |
Modifier and Type | Method and Description |
---|---|
void |
onTopicDetails(String topicPath,
TopicDetails details)
Called to return requested topic details.
|
void |
onTopicUnknown(String topicPath)
Called if there was a request for topic details but the topic did not
exist at the server.
|
void onTopicDetails(String topicPath, TopicDetails details)
topicPath
- the full path of the topicdetails
- the topic detailsvoid onTopicUnknown(String topicPath)
topicPath
- the full path of the topicCopyright © 2016 Push Technology Ltd. All Rights Reserved.