Class Event

    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • isCancellable

        public boolean isCancellable()
        Assert if the event can be cancelled.
        Returns:
        true if cancellable
      • isCancelled

        public boolean isCancelled()
        Check if the event is cancellable and it was cancelled.
        Returns:
        'true' when was cancelled.