public class EventHandlers
extends java.lang.Object
JibEvent
s.Modifier and Type | Class and Description |
---|---|
static class |
EventHandlers.Builder
Builder for
EventHandlers . |
Modifier and Type | Field and Description |
---|---|
static EventHandlers |
NONE
An empty
EventHandlers . |
Modifier and Type | Method and Description |
---|---|
static EventHandlers.Builder |
builder()
Creates a new
EventHandlers.Builder . |
void |
dispatch(JibEvent jibEvent)
Dispatches
jibEvent to all the handlers that can handle it. |
public static final EventHandlers NONE
EventHandlers
.public static EventHandlers.Builder builder()
EventHandlers.Builder
.