public interface CancelEventTrigger extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
cancelTask(Object eventSource)
Triggers a cancellation of some operation.
|
void cancelTask(Object eventSource)
eventSource - the object source that triggered the cancellation, useful for logging purposes.