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.EventHandler
Copyright © 2017 The Apache Software Foundation