EventHandler

An annotation to mark methods as being event handler methods

Functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract boolean ignoreCancelled()
Define if the handler ignores getClassById cancelled event.
Link copied to clipboard
public abstract EventPriority priority()
Define the priority of the event.
Link copied to clipboard
public abstract String toString()