Interface Cancellable


public interface Cancellable
An event that can be cancelled.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the cancel status of the event.
    void
    setCancelled(boolean b)
    Sets the cancel status of the event.
  • Method Details

    • setCancelled

      void setCancelled(boolean b)
      Sets the cancel status of the event.
      Parameters:
      b - True/false.
    • isCancelled

      boolean isCancelled()
      Gets the cancel status of the event.
      Returns:
      True/false.