priority property

int priority
final

Execution priority within the eventFlow stage.

Lower values execute first. Default is 0. Example: -50 (early), 0 (default), 50 (late)

Implementation

final int priority;