public interface EventDispatcher extends ContextAware
| Modifier and Type | Method and Description |
|---|---|
void |
addSubscriber(Subscriber subscriber) |
void |
dispatch() |
void |
push(FlowEvent event) |
void |
removeSubscriber(Subscriber subscriber) |
setContextvoid push(FlowEvent event)
void dispatch()
void addSubscriber(Subscriber subscriber)
void removeSubscriber(Subscriber subscriber)
Copyright © 2014. All rights reserved.