activemq-cpp-3.9.0
cms::DestinationListener Class Referenceabstract

A listener class that the client can implement to receive events related to Destination addition or removal on the CMS Provider. More...

#include <src/main/cms/DestinationListener.h>

Public Member Functions

virtual ~DestinationListener ()
 
virtual void onDestinationEvent (cms::DestinationEvent *event)=0
 Event call-back method that provides a pointer to an Event object which contains information on destination add / remove activity on the CMS Provider. More...
 

Detailed Description

A listener class that the client can implement to receive events related to Destination addition or removal on the CMS Provider.

Since
3.2

Constructor & Destructor Documentation

virtual cms::DestinationListener::~DestinationListener ( )
virtual

Member Function Documentation

virtual void cms::DestinationListener::onDestinationEvent ( cms::DestinationEvent event)
pure virtual

Event call-back method that provides a pointer to an Event object which contains information on destination add / remove activity on the CMS Provider.

The passed object remains the property of the caller and should never be deleted by the event listener implementation.

Parameters
eventThe destination event that triggers this call-back.

The documentation for this class was generated from the following file: