Interface CustomEvent

All Superinterfaces:
DebugDumpable, Event, Serializable, ShortDumpable

public interface CustomEvent extends Event
  • Method Details

    • getOperationType

      @NotNull @NotNull EventOperationType getOperationType()
    • getStatus

      @NotNull @NotNull EventStatusType getStatus()
    • getSubtype

      @Nullable @Nullable String getSubtype()
    • getObject

      @Nullable @Nullable Object getObject()