Uses of Interface
adams.event.PublicationListener
-
Packages that use PublicationListener Package Description adams.core adams.flow.standalone.subprocessevent -
-
Uses of PublicationListener in adams.core
Fields in adams.core with type parameters of type PublicationListener Modifier and Type Field Description Set<PublicationListener>PublishSubscribeHandler. m_Subscribersthe subscribers.Methods in adams.core with parameters of type PublicationListener Modifier and Type Method Description voidPublishSubscribeHandler. addSubscriber(PublicationListener s)Adds the subscriber.voidPublishSubscribeHandler. removeSubscriber(PublicationListener s)Removes the subscriber. -
Uses of PublicationListener in adams.flow.standalone.subprocessevent
Classes in adams.flow.standalone.subprocessevent that implement PublicationListener Modifier and Type Class Description classSubPubSubscribes to the specified 'subscribe' queue to receive data from and publishes the processed data to the 'publish' queue.
-