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: