|
Preliminary documentation subject to change | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IResponseCallback
The callback interface for report submission result notification.
Applications interested in knowing the result of a report submittion
and/or the response from bugcollect.com
should provide an object that impelements IResponseCallback
when invoking ReportingManager.Submit.
| Method Summary | |
|---|---|
void |
responseReceived(Report submittedReport,
Result receivedResponse,
java.lang.Object state)
Method invoked on succesful submittion. |
void |
submittionException(Report submittedReport,
java.lang.Throwable submittionException,
java.lang.Object state)
Method invoked on failed submittion. |
| Method Detail |
|---|
void responseReceived(Report submittedReport,
Result receivedResponse,
java.lang.Object state)
receivedResponse to get the submittion status.
submittedReport - the Report submitted for which this callback appliesreceivedResponse - the Result response from bugcollect.comstate - the state object supplied to the Submit method.ReportingManager.Submit(com.bugcollect.Report, com.bugcollect.IResponseCallback, java.lang.Object)
void submittionException(Report submittedReport,
java.lang.Throwable submittionException,
java.lang.Object state)
submittedReport - the Report submitted for which this callback applies.submittionException - the exception that occured during submittion.state - the state object supplied to the Submit method.
|
Preliminary documentation subject to change | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||