import "CosNotifyComm.idl";
Inherited by CosNotifyChannelAdmin::ConsumerAdmin, CosNotifyComm::PullSupplier, CosNotifyComm::PushSupplier, CosNotifyComm::SequencePullSupplier, CosNotifyComm::SequencePushSupplier, CosNotifyComm::StructuredPullSupplier, CosNotifyComm::StructuredPushSupplier, and CosTypedNotifyComm::TypedPullSupplier.
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. | |
| 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.
![]()