Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

RtecEventComm::PushConsumer Interface Reference

Define the interface used by consumers to receive events. More...

import "RtecEventComm.idl";

Inheritance diagram for RtecEventComm::PushConsumer:

Inheritance graph
[legend]
List of all members.

Public Methods

oneway void push (in EventSet data)
 Main event delivery callback.

void disconnect_push_consumer ()
 Callback method to indicate a disconnection.


Detailed Description

Define the interface used by consumers to receive events.

Applications usually implement this interface to subscribe for events.


Member Function Documentation

void RtecEventComm::PushConsumer::disconnect_push_consumer  
 

Callback method to indicate a disconnection.

If the event service is destroyed while a consumer is still connected then the following callback operation is invoked on the consumer.

The same operation is used by suppliers to disconnect from the Event Channel, but it is invoked via their RtecEventChannelAdmin::ProxyPushConsumer peer.

oneway void RtecEventComm::PushConsumer::push in EventSet    data
 

Main event delivery callback.


The documentation for this interface was generated from the following file:
Generated on Thu Jan 15 00:26:19 2004 for TAO_RTEvent by doxygen1.2.18