public interface ResultedEvent<R extends ResultedEvent.Result>
Modifier and Type | Interface and Description |
---|---|
static class |
ResultedEvent.ComponentResult
Represents an "allowed/denied" result with a reason allowed for denial.
|
static class |
ResultedEvent.GenericResult
A generic "allowed/denied" result.
|
static interface |
ResultedEvent.Result
Represents a result for an event.
|
Modifier and Type | Method and Description |
---|---|
R |
getResult()
Returns the result associated with this event.
|
void |
setResult(R result)
Sets the result of this event.
|