|
|
#include <ArmarXCore/applications/ArmarXStorm/IceStorm/InstrumentationI.h>
Inheritance diagram for SubscriberObserverI: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 29 of file InstrumentationI.h.
|
virtual |
Notification of some events being delivered.
Implements SubscriberObserver.
Definition at line 327 of file InstrumentationI.cpp.
|
virtual |
Notification of a some events being sent.
Implements SubscriberObserver.
Definition at line 297 of file InstrumentationI.cpp.
|
virtual |
Notification of some events being queued.
Implements SubscriberObserver.
Definition at line 267 of file InstrumentationI.cpp.