Uses of Interface
adams.event.PublicationListener
-
Packages that use PublicationListener Package Description adams.core -
-
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.
-