public static interface SerializedDataManager.AsyncReply<ReplyType>
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.Throwable t)
Called when their is an error (communication or otherwise) while fetching the data from the server
|
void |
onSuccess(ReplyType data)
Called when the connection to the server sends back a valid reply data instance.
|
void onSuccess(ReplyType data)
data
- Reply from the server which may be nullvoid onError(java.lang.Throwable t)
t
-