Cancellable

public interface Cancellable

Inheritors

Functions

Link copied to clipboard
public abstract boolean isCancelled()
Gets the cancellation state of this event.
Link copied to clipboard
public abstract void setCancelled(boolean cancel)
Sets the cancellation state of this event.