@Target(value=METHOD) @Retention(value=RUNTIME) public @interface OnEvent
AnnotationEventDispatcher
to
handle the events. The methods should be public and take exactly one parameter. The method will
be called only if the event payload type matches the method's parameter type.public abstract boolean stop
public abstract Class<?>[] types
Copyright © 2015. All rights reserved.