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. | |
A listener class that the client can implement to receive events related to Destination addition or removal on the CMS Provider.
| virtual cms::DestinationListener::~DestinationListener | ( | ) | [virtual] |
| 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.
| event | The destination event that triggers this call-back. |
1.6.1