Interface Cancellable
-
public interface Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCancelled()
Is the event cancelled?void
setCancelled(boolean cancel)
Set the event as cancelled
-