public interface TopicDataListener
Such a listener may be added to PublishingTopicData
using
PublishingTopicData.addListener(TopicDataListener)
.
It is important that such listeners have uniqueness via their equals() method.
Modifier and Type | Method and Description |
---|---|
void |
topicDataChanged(TopicData data)
This method is called when the Topic Data changes.
|
void topicDataChanged(TopicData data)
data
- the data that has changed.Copyright © 2016 Push Technology Ltd. All Rights Reserved.