![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
This is the interface for objects that wish to be notified of all topic deletions. More...
Public Member Functions | |
void | TopicDeleted (string topicName) |
Notifies the deletion of a topic. More... | |
This is the interface for objects that wish to be notified of all topic deletions.
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.
void PushTechnology.DiffusionCore.Messaging.Topic.ITopicDeletionListener.TopicDeleted | ( | string | topicName | ) |
Notifies the deletion of a topic.
This is called on deletion of every topic.
topicName | The full name of the deleted topic. |
Implemented in PushTechnology.DiffusionCore.Messaging.Topic.TopicListeners.