See
TopicControl.addTopicEventListener(String, TopicEventStream)
.
This will be removed in a future release.
@Deprecated public static interface TopicControl.TopicEventStream extends Stream
Instances can be registered using
addTopicEventListener
Modifier and Type | Interface and Description |
---|---|
static class |
TopicControl.TopicEventStream.Default
Deprecated.
Abstract implementation of
TopicControl.TopicEventStream , may be extended
to provide the onHasSubscribers(java.lang.String) and
onNoSubscribers(java.lang.String) methods. |
Modifier and Type | Method and Description |
---|---|
void |
onHasSubscribers(String topicPath)
Deprecated.
A topic that previously had no subscribers now has at least one.
|
void |
onNoSubscribers(String topicPath)
Deprecated.
A topic that previously had some subscribers now has none.
|
void onHasSubscribers(String topicPath)
topicPath
- the path of the topicvoid onNoSubscribers(String topicPath)
topicPath
- the path of the topicCopyright © 2020 Push Technology Ltd. All Rights Reserved.