Interface ICancellable

All Known Implementing Classes:
Cancellable, ChatEvent, TabCompleteEvent

public interface ICancellable
Since:
10/11/2018
Author:
Brady
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels this event
    boolean
     
  • Method Details

    • cancel

      void cancel()
      Cancels this event
    • isCancelled

      boolean isCancelled()
      Returns:
      Whether or not this event has been cancelled