|
#include <ArmarXCore/applications/ArmarXStorm/IceStorm/InstrumentationI.h>
Public Member Functions | |
virtual void | delivered (int) |
Notification of some events being delivered. More... | |
virtual void | outstanding (int) |
Notification of a some events being sent. More... | |
virtual void | queued (int) |
Notification of some events being queued. More... | |
Public Member Functions inherited from SubscriberObserver | |
virtual void | delivered (::Ice::Int)=0 |
virtual void | outstanding (::Ice::Int)=0 |
virtual void | queued (::Ice::Int)=0 |
virtual | ~SubscriberObserver () |
Additional Inherited Members | |
Public Types inherited from SubscriberObserver | |
typedef SubscriberObserverPtr | PointerType |
Definition at line 30 of file InstrumentationI.h.
|
virtual |
Notification of some events being delivered.
Implements SubscriberObserver.
Definition at line 316 of file InstrumentationI.cpp.
|
virtual |
Notification of a some events being sent.
Implements SubscriberObserver.
Definition at line 287 of file InstrumentationI.cpp.
|
virtual |
Notification of some events being queued.
Implements SubscriberObserver.
Definition at line 258 of file InstrumentationI.cpp.