|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddEventCallback
An interface to simulate functional programming so that the KeenClient can
notify you when an asynchronous HTTP request succeeds or fails.
| Method Summary | |
|---|---|
void |
onError(String responseBody)
Invoked when adding the event fails. |
void |
onSuccess()
Invoked when adding the event succeeds. |
| Method Detail |
|---|
void onSuccess()
void onError(String responseBody)
responseBody - The HTTP body of the response as a string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||