public static interface EventBus.EventListener<T extends Event>
void
handle(T event)
void handle(T event) throws java.lang.Exception
java.lang.Exception