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