OmniEvents::Callback Class Reference

Interface for classes that wish to receive callbacks from deferred requests. More...

#include <Callback.h>

Inheritance diagram for OmniEvents::Callback:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void callback (CORBA::Request_ptr req)=0
 Invoked when the CORBA::Request has returned.
 Callback ()
virtual ~Callback ()

Detailed Description

Interface for classes that wish to receive callbacks from deferred requests.

Implementations must override the callback() method.

Definition at line 43 of file Callback.h.


Constructor & Destructor Documentation

OmniEvents::Callback::Callback (  )  [inline]

Definition at line 52 of file Callback.h.

virtual OmniEvents::Callback::~Callback (  )  [inline, virtual]

Definition at line 54 of file Callback.h.


Member Function Documentation

virtual void OmniEvents::Callback::callback ( CORBA::Request_ptr  req  )  [pure virtual]

Invoked when the CORBA::Request has returned.

This method is never invoked when req has returned an exception.

Implemented in OmniEvents::ProxyPushConsumer_i::Connection, and OmniEvents::ProxyPushSupplier_i.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2