Annotation Interface EventHandler


@Retention(RUNTIME) @Target(METHOD) public @interface EventHandler
An event handler is a method that is called automatically by the Injector when Injector.invokeEvent(Object) is called with an object that is valid as the event handler method's parameter. If the method returns an object, that object will be treated as another event.