EventListener
CancelEventTrigger
public interface CancelEventTrigger extends EventListener
Modifier and Type | Method | 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.