Uses of Class
adams.core.PublishSubscribeHandler
-
Packages that use PublishSubscribeHandler Package Description adams.event adams.flow.standalone.subprocessevent -
-
Uses of PublishSubscribeHandler in adams.event
Methods in adams.event that return PublishSubscribeHandler Modifier and Type Method Description PublishSubscribeHandlerPublicationEvent. getHandler()Returns the handler.Constructors in adams.event with parameters of type PublishSubscribeHandler Constructor Description PublicationEvent(PublishSubscribeHandler handler, Object dataSource, Object publishedData)Initializes the event. -
Uses of PublishSubscribeHandler in adams.flow.standalone.subprocessevent
Fields in adams.flow.standalone.subprocessevent declared as PublishSubscribeHandler Modifier and Type Field Description protected PublishSubscribeHandlerSubPub. m_PublishHandlerthe pub/sub handler for publishing.protected PublishSubscribeHandlerSubPub. m_SubscribeHandlerthe pub/sub handler for subscribing.
-