Class NoOpSubscriberListener

Inheritance Relationships

Base Type

Class Documentation

class NoOpSubscriberListener : public virtual dds::sub::SubscriberListener

Subscriber events Listener.

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

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

See also

dds::pub::SubscriberListener