Uses of Interface
com.sas.services.information.metadata.EventSubscriberInterface
Packages that use EventSubscriberInterface
-
Uses of EventSubscriberInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata with parameters of type EventSubscriberInterfaceModifier and TypeMethodDescriptionvoidChannelInterface.addEventSubscriber(EventSubscriberInterface subscriber) Adds an event subscriber to this channel.voidOMRChannel.addEventSubscriber(EventSubscriberInterface subscriber) booleanChannelInterface.isEventSubscription(EventSubscriberInterface subscriber) Determines if a user is subscribed to this channel as an event subscriber.booleanOMRChannel.isEventSubscription(EventSubscriberInterface subscriber) booleanChannelInterface.isGroupEventSubscription(EventSubscriberInterface subscriber) Determines if a user is subscribed to this channel through a group as an event subscriber.booleanOMRChannel.isGroupEventSubscription(EventSubscriberInterface subscriber) Determines if a user is subscribed to this channel through a group as an event subscriber.voidChannelInterface.removeEventSubscriber(EventSubscriberInterface subscriber) Removes an event subscriber from this channel.voidOMRChannel.removeEventSubscriber(EventSubscriberInterface subscriber)