Class NoOpDomainParticipantListener

Inheritance Relationships

Base Type

Class Documentation

class NoOpDomainParticipantListener : public eprosima::fastdds::dds::DomainParticipantListener

DomainParticipant events Listener.

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

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

Public Functions

inline ~NoOpDomainParticipantListener()