Package meteordevelopment.orbit
Interface ICancellable
-
public interface ICancellableCancellable events need to implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcancel()Cancels this event.booleanisCancelled()voidsetCancelled(boolean cancelled)Sets if this event is cancelled.
-