EventSubscribe

@Target(value = METHOD)
@Retention(value = RUNTIME)
annotation class EventSubscribe

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun ignoreCancelled(): Boolean
Specifies whether the event handler should ignore events that have been cancelled.
Link copied to clipboard
abstract fun priority(): EventPriority
Defines the priority in execution of the event handler method.
Link copied to clipboard
abstract fun toString(): String