|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectionListener
The ConnectionListener interface.
Connection| Method Summary | |
|---|---|
boolean |
doBeforeRequest(Connection conn)
Fires before a network request is made to retrieve a data object. |
void |
onRequestComplete(Connection conn,
java.lang.String responseText)
Fires if the request was successfully completed. |
void |
onRequestException(Connection conn,
int httpStatus,
java.lang.String responseText)
Fires if an error HTTP status was returned from the server. |
| Method Detail |
|---|
boolean doBeforeRequest(Connection conn)
conn - the Collection
void onRequestComplete(Connection conn,
java.lang.String responseText)
conn - the ConnectionresponseText - the response text
void onRequestException(Connection conn,
int httpStatus,
java.lang.String responseText)
conn - the ConnectionhttpStatus - the http status coderesponseText - the response text
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||