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_Subscribers
the subscribers.Methods in adams.core with parameters of type PublicationListener Modifier and Type Method Description void
PublishSubscribeHandler. addSubscriber(PublicationListener s)
Adds the subscriber.void
PublishSubscribeHandler. 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 class
SubPub
Subscribes to the specified 'subscribe' queue to receive data from and publishes the processed data to the 'publish' queue.
-