public interface EventAdapter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
translateFromEvent(InternalEvent source) |
InternalEvent |
translateToEvent(T source) |
T translateFromEvent(InternalEvent source)
InternalEvent translateToEvent(T source) throws org.json.JSONException
org.json.JSONException