public interface Fetchable<T extends ECHOObject>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
T |
fetch()
|
void |
fetchInBackground(FetchCallback<T> callback)
{@.en Fetches data from the ECHO server in a background thread.
|
T fetch() throws ECHOException
ECHOExceptionvoid fetchInBackground(FetchCallback<T> callback)