Interface Handleable

All Known Implementing Classes:
Event

public interface Handleable
A superinterface for classes which can be called to event managers to be processed.
Author:
themrsung
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the cause of this event.
  • Method Details

    • getCause

      @Nullable Handleable getCause()
      Returns the cause of this event. If no cause is specified, this will return null.
      Returns:
      The cause of this event if specified, null otherwise