public static final class ResultedEvent.GenericResult extends Object implements ResultedEvent.Result
Modifier and Type | Method and Description |
---|---|
static ResultedEvent.GenericResult |
allowed() |
static ResultedEvent.GenericResult |
denied() |
boolean |
isAllowed()
Returns whether or not the event is allowed to proceed.
|
String |
toString() |
public boolean isAllowed()
ResultedEvent.Result
isAllowed
in interface ResultedEvent.Result
public static ResultedEvent.GenericResult allowed()
public static ResultedEvent.GenericResult denied()