public interface Cancellable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
boolean isCancelled()
void setCancelled(boolean cancel)
cancel - true if you wish to cancel this eventCopyright © 2016. All rights reserved.