public class ObjectNotifier<T> extends AbstractNotifier
| Constructor and Description |
|---|
ObjectNotifier(java.lang.Class<T> clazz,
OnObjResponseListener<T> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
processResponseAndNotify(ResponseImpl response) |
public ObjectNotifier(java.lang.Class<T> clazz, OnObjResponseListener<T> listener)
public void processResponseAndNotify(ResponseImpl response) throws java.io.IOException
processResponseAndNotify in class AbstractNotifierjava.io.IOException