public abstract class AbstractCancellable extends Object implements Cancellable
Cancellable that has all
of Cancellable's methods implemented.| Constructor and Description |
|---|
AbstractCancellable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelled()
Returns whether the event has been cancelled.
|
void |
setCancelled(boolean cancelled)
Set whether the event has been cancelled.
|
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancelled)
CancellablesetCancelled in interface Cancellablecancelled - true if cancelledCopyright © 2010-2014. All Rights Reserved.