Class NoOpTopicListener

Inheritance Relationships

Base Type

Class Documentation

class NoOpTopicListener : public virtual dds::topic::TopicListener

Topic events Listener.

This listener is just like TopicListener, except that the application doesn’t have to implement all operations.

class ExampleListener : public virtual dds::pub::NoOpTopicListener
{
   // Not necessary to implement any Listener operations.
};

See also

dds::pub::TopicListener