Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Messaging.Topic.ITopicDeletionListener Interface Reference

This is the interface for objects that wish to be notified of all topic deletions. More...

Inheritance diagram for PushTechnology.DiffusionCore.Messaging.Topic.ITopicDeletionListener:
PushTechnology.DiffusionCore.Messaging.Topic.TopicListeners

Public Member Functions

void TopicDeleted (string topicName)
 Notifies the deletion of a topic. More...
 

Detailed Description

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.

Member Function Documentation

void PushTechnology.DiffusionCore.Messaging.Topic.ITopicDeletionListener.TopicDeleted ( string  topicName)

Notifies the deletion of a topic.

This is called on deletion of every topic.

Parameters
topicNameThe full name of the deleted topic.

Implemented in PushTechnology.DiffusionCore.Messaging.Topic.TopicListeners.