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