Modifier and Type | Optional Element and Description |
---|---|
boolean |
ignoreCancelled
Define if the handler ignores a cancelled event.
|
EventPriority |
priority
Define the priority of the event.
|
public abstract EventPriority priority
First priority to the last priority executed:
public abstract boolean ignoreCancelled
If ignoreCancelled is true and the event is cancelled, the method is not called. Otherwise, the method is always called.
Copyright © 2016. All rights reserved.