public interface EventLoop extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(EventHandler handler) |
void |
start() |
void |
stop() |
void |
unpause() |
void addHandler(EventHandler handler)
void start()
void unpause()
void stop()
Copyright © 2015. All rights reserved.