15 #ifndef DETECTORGRAPH_INCLUDE_SUBSCRIPTIONDISPATCHER_HPP_ 16 #define DETECTORGRAPH_INCLUDE_SUBSCRIPTIONDISPATCHER_HPP_ 53 mSubscriber = aSubscriber;
58 mTopic->DispatchIntoSubscriber(mSubscriber);
72 #endif // DETECTORGRAPH_INCLUDE_SUBSCRIPTIONDISPATCHER_HPP_ virtual Vertex * GetTopicVertex()=0
SubscriptionDispatcher(Topic< T > *aTopic, SubscriberInterface< T > *aSubscriber)
Constructor.
virtual void Dispatch()=0
virtual ~SubscriptionDispatcherInterface()
Manage data and its handler.
Internal - Implements the data-out edge from a topic to one of its subscriber.
Internal - Provide interface for a SubscriptionDispatcher
A Pure interface that declares the Subscriber behavior.
Vertex * GetTopicVertex()
Define behaviors of a vertex in a graph.