public class MultiThreadExecutor extends java.lang.Object implements EventExecutor
| Constructor and Description |
|---|
MultiThreadExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyCallbackEvent(EventsCallback callback,
org.json.JSONObject event) |
void |
notifyCallbackMessage(EventsCallback callback,
org.json.JSONObject msg) |
void |
shutdown() |
public void notifyCallbackEvent(EventsCallback callback, org.json.JSONObject event)
notifyCallbackEvent in interface EventExecutorpublic void notifyCallbackMessage(EventsCallback callback, org.json.JSONObject msg)
notifyCallbackMessage in interface EventExecutorpublic void shutdown()
shutdown in interface EventExecutor