Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlTopicEventListenerDefault Class Reference

The default ITopicControlTopicEventListener implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlTopicEventListenerDefault:
PushTechnology.ClientInterface.Client.Callbacks.DefaultTopicTreeHandler PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlTopicEventListener PushTechnology.ClientInterface.Client.Callbacks.ITopicTreeHandler PushTechnology.ClientInterface.Client.Callbacks.ITopicTreeHandler

Public Member Functions

virtual void OnHasSubscribers (string topicPath)
 Called if a topic that previously had no subscribers now has at least one. More...
 
virtual void OnNoSubscribers (string topicPath)
 Called if a topic that previously had some subscribers now has none. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.DefaultTopicTreeHandler
virtual void OnRegistered (string topicPath, IRegistration registration)
 Called when the handler has been successfully registered with the server. More...
 
virtual void OnClose (string topicPath)
 Called if the handler is closed. More...
 
virtual void OnError (string topicPath, ErrorReason errorReason)
 Notification of a contextual error related to this handler. More...
 

Detailed Description

The default ITopicControlTopicEventListener implementation.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlTopicEventListenerDefault.OnHasSubscribers ( string  topicPath)
virtual

Called if a topic that previously had no subscribers now has at least one.

Parameters
topicPathThe path of the topic.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlTopicEventListener.

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlTopicEventListenerDefault.OnNoSubscribers ( string  topicPath)
virtual

Called if a topic that previously had some subscribers now has none.

Parameters
topicPathThe path of the topic.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlTopicEventListener.


The documentation for this class was generated from the following file: