Class NoOpPublisherListener

Inheritance Relationships

Base Type

Class Documentation

class NoOpPublisherListener : public virtual dds::pub::PublisherListener

Publisher events Listener.

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

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