DEPRECATED: DiffusionTM JavaScript Classic API
5.9.4

Classes

Class TopicNotifyTopicListener


Basic pattern for notification listeners. The methods need to be implemented


Constructor Summary

TopicNotifyTopicListener TopicNotifyTopicListener

Method Summary

null topicAdded(topic, definition)
Callback for added topic notifications.
null topicRemoved(topic)
Callback for removed topic notifications.
null topicUpdated(topic, properties)
Callback for updated topic notifications.

Constructor Details

TopicNotifyTopicListener

TopicNotifyTopicListener TopicNotifyTopicListener

Since:
4.6

Method Details

topicAdded

topicAdded(topic, definition)

Callback for added topic notifications.

Parameters
topic - Topic name
definition - Definition of the topic
Since:
4.6

topicRemoved

topicRemoved(topic)

Callback for removed topic notifications.

Parameters
topic - Topic name
Since:
4.6

topicUpdated

topicUpdated(topic, properties)

Callback for updated topic notifications.

Parameters
topic - Topic name
properties - Properties of the topic
Since:
4.6