18#ifndef _ACTIVEMQ_UTIL_SERVICELISTENER_H_
19#define _ACTIVEMQ_UTIL_SERVICELISTENER_H_
#define AMQCPP_API
Definition: Config.h:30
Base interface for all classes that run as a Service inside the application.
Definition: Service.h:31
Listener interface for observers of Service related events.
Definition: ServiceListener.h:33
virtual ~ServiceListener()
virtual void stopped(const Service *target)=0
indicates that the target service has completed its stop operation.
virtual void started(const Service *target)=0
indicates that the target service has completed its start operation.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24