CosNotifyComm::NotifySubscribe Interface Reference

An interface used by event subscribers. More...

import "CosNotifyComm.idl";

Inherited by CosNotifyChannelAdmin::ConsumerAdmin, CosNotifyComm::PullSupplier, CosNotifyComm::PushSupplier, CosNotifyComm::SequencePullSupplier, CosNotifyComm::SequencePushSupplier, CosNotifyComm::StructuredPullSupplier, CosNotifyComm::StructuredPushSupplier, and CosTypedNotifyComm::TypedPullSupplier.

List of all members.

Public Member Functions

void subscription_change (in CosNotification::EventTypeSeq added, in CosNotification::EventTypeSeq removed) raises ( InvalidEventType )
 Indicates that a consumer is changing the names of the types of events it is subscribed to.


Detailed Description

An interface used by event subscribers.


Member Function Documentation

void CosNotifyComm::NotifySubscribe::subscription_change ( in CosNotification::EventTypeSeq  added,
in CosNotification::EventTypeSeq  removed 
) raises ( InvalidEventType )

Indicates that a consumer is changing the names of the types of events it is subscribed to.

added - The event types added. removed - The event types removed. InvalidEventType If any of the event type names in either the of the input sequences are invalid.