public interface Publisher<E>
| Modifier and Type | Method and Description |
|---|---|
void |
publish(E event) |
void |
registerSubscriber(Subscriber<E> subscriber) |
void publish(E event)
void registerSubscriber(Subscriber<E> subscriber) throws AssetNotFoundException
AssetNotFoundExceptionCopyright © 2015. All rights reserved.