public interface EventTopicSubscriber<T>
EventService.void onEvent(String topic, T data)
EventService.subscribe(String,
EventTopicSubscriber) EventService.subscribe(java.util.regex.Pattern,EventTopicSubscriber) EventService.subscribeStrongly(String,EventTopicSubscriber) and EventService.subscribeStrongly(java.util.regex.Pattern,
EventTopicSubscriber).topic - the name of the topic published ondata - the data object published on the topicCopyright © 2013 Bushe Enterprises, Inc.. All Rights Reserved.