public class Cancellable extends java.lang.Object implements ICancellable
| Constructor and Description | 
|---|
Cancellable()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
cancel()
Cancels this event 
 | 
boolean | 
isCancelled()  | 
public Cancellable()
public final void cancel()
ICancellablecancel in interface ICancellablepublic final boolean isCancelled()
isCancelled in interface ICancellable