cms::DestinationListener Class Reference

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.

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:
event The destination event that triggers this call-back.

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

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1