public abstract class EventLoop
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static EventLoop |
instance |
private static java.util.logging.Logger |
logger |
| Constructor and Description |
|---|
EventLoop() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
cycle() |
private static void |
fwkCycle() |
static void |
setEventLoop(EventLoop eventLoop) |