activemq::util::ServiceListener Class Reference

Listener interface for observers of Service related events. More...

#include <src/main/activemq/util/ServiceListener.h>

Public Member Functions

virtual ~ServiceListener ()
virtual void started (const Service *target)=0
 indicates that the target service has completed its start operation.
virtual void stopped (const Service *target)=0
 indicates that the target service has completed its stop operation.

Detailed Description

Listener interface for observers of Service related events.

Since:
3.3.0

Constructor & Destructor Documentation

virtual activemq::util::ServiceListener::~ServiceListener (  )  [virtual]

Member Function Documentation

virtual void activemq::util::ServiceListener::started ( const Service target  )  [pure virtual]

indicates that the target service has completed its start operation.

Parameters:
target The service that triggered this notification.
virtual void activemq::util::ServiceListener::stopped ( const Service target  )  [pure virtual]

indicates that the target service has completed its stop operation.

Parameters:
target The service that triggered this notification.

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