Class NoOpDataReaderListener

Inheritance Relationships

Base Type

Class Documentation

class NoOpDataReaderListener : public virtual dds::sub::DataReaderListener

DataReader events Listener.

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

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

See also

dds::pub::DataReaderListener