activemq-cpp-3.9.5
activemq::util::ServiceListener Class Referenceabstract

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

◆ ~ServiceListener()

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

Member Function Documentation

◆ started()

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

indicates that the target service has completed its start operation.

Parameters
targetThe service that triggered this notification.

◆ stopped()

virtual void activemq::util::ServiceListener::stopped ( const Service * target)
pure virtual

indicates that the target service has completed its stop operation.

Parameters
targetThe service that triggered this notification.

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