public interface TopicDeletionListener
The listener will be notified of all Topic deletions, in contrast to
TopicTreeListener
which is only notified of the removal of the
top level Topic in a Topic hierarchy.
Modifier and Type | Method and Description |
---|---|
void |
topicDeleted(String topicName)
Notifies the deletion of a topic.
|
void topicDeleted(String topicName)
This is called on deletion of every Topic.
topicName
- the full name of the deleted topic.Copyright © 2016 Push Technology Ltd. All Rights Reserved.