public static class SimpleClient.SimpleEventHandler extends java.lang.Object implements SimpleClient.EventHandler
| Modifier and Type | Field and Description | 
|---|---|
| java.util.concurrent.LinkedBlockingQueue<Event> | queue | 
| Constructor and Description | 
|---|
| SimpleEventHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onEvent(Event event) | 
public final java.util.concurrent.LinkedBlockingQueue<Event> queue
public void onEvent(Event event)
onEvent in interface SimpleClient.EventHandlerCopyright © 2018 The Apache Software Foundation