Skip to content

Commit

Permalink
feat: added ignoreCanceled
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed Jul 6, 2024
1 parent 3dc755f commit fff3792
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/ftbsc/geb/api/annotations/Listen.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
* a higher value means it's executed before; it may be negative
*/
int priority() default 0;

/**
* @return true if it should ignore events that are canceled
*/
boolean ignoreCancel() default false;
}

0 comments on commit fff3792

Please sign in to comment.