21 #ifndef _QPID_CONSOLE_CONSOLE_LISTENER_H_
22 #define _QPID_CONSOLE_CONSOLE_LISTENER_H_
virtual ~ConsoleListener()
virtual void objectStats(Broker &, Object &)
Invoked when an object is updated.
virtual void newClass(const ClassKey &)
Invoked when a new class is discovered.
virtual void objectProps(Broker &, Object &)
Invoked when an object is updated.
virtual void delAgent(const Agent &)
Invoked when a QMF agent disconects.
#define QPID_CONSOLE_EXTERN
virtual void newPackage(const std::string &)
Invoked when a QMF package is discovered.
virtual void brokerConnected(const Broker &)
Invoked when a connection is established to a broker.
virtual void newAgent(const Agent &)
Invoked when a QMF agent is discovered.
virtual void brokerDisconnected(const Broker &)
Invoked when the connection to a broker is lost.
Implement a subclass of ConsoleListener and subscribe it using the SessionManager to receive indicati...
virtual void brokerInfo(Broker &)
virtual void event(Event &)
Invoked when an event is raised.