import "RtecEventComm.idl";
Inheritance diagram for RtecEventComm::PushConsumer:
Public Methods | |
oneway void | push (in EventSet data) |
Main event delivery callback. More... | |
void | disconnect_push_consumer () |
If the event service is destroyed while a consumer is still connected then the following callback operation is invoked on the consumer. More... |
Applications usually implement this interface to subscribe for events.
|
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. |
|
Main event delivery callback.
|