| Constructor and Description |
|---|
EventQueue(int maxQueueCapacity) |
| Modifier and Type | Method and Description |
|---|---|
protected I |
poll(long timeout,
TimeUnit unit) |
protected void |
put(I event) |
protected void put(I event) throws InterruptedException
InterruptedExceptionprotected I poll(long timeout, TimeUnit unit) throws InterruptedException
InterruptedExceptionCopyright © 2018. All rights reserved.