public interface IEvent<RETURN,PARAM>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSafe() |
RETURN |
trigger(IEventDispatcher eventBus,
PARAM eventParams) |
RETURN trigger(IEventDispatcher eventBus, PARAM eventParams)
boolean isSafe()
Copyright 2013-2016, The Rythm Engine project