public interface EventCallable
| Modifier and Type | Method and Description |
|---|---|
void |
fire(EventModel event)
This method is used to fire the event.
|
void fire(EventModel event) throws MultipleEventsException
event - the Event which should be firedMultipleEventsException - IF the implementation doesn't allow multiple Events at onceCopyright © 2016. All rights reserved.