public class NoOpEventEmitter extends Object implements EventEmitter
| Modifier and Type | Field and Description |
|---|---|
static EventEmitter |
INSTANCE |
| Constructor and Description |
|---|
NoOpEventEmitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
emit(Event event)
This is called to emit an
Event |
public static final EventEmitter INSTANCE
public void emit(Event event) throws RuntimeException
EventEmitterEventemit in interface EventEmitterRuntimeExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOException