| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | ignoreCancelledDefine if the handler ignores a cancelled event. | 
| EventPriority | priorityDefine 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 © 2015. All rights reserved.