public interface EventService
The implementation for EventService is provided by Seed. You don't have to implement it.
For instance to fire an event:@Inject private EventService eventService.fire(new MyEvent());
Event,
EventHandler| Modifier and Type | Method and Description |
|---|---|
<E extends Event> |
fire(E event)
Fires an event.
|
<E extends Event> void fire(E event)
E - the event typeevent - the fired eventCopyright © 2013-2016–2016 SeedStack. All rights reserved.