public abstract class ResultFaultIssuesResponseListener extends java.lang.Object implements ResponseListener
| Constructor and Description |
|---|
ResultFaultIssuesResponseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCancelled(CancelledEvent event)
Callback when a request is cancelled
|
void |
onFailure(FailureEvent event)
Callback when a failure occurs on the client side (network issue, serializable error...)
|
abstract void |
onIssue(IssueEvent event)
Callback method called when any failure occurs
|
void |
onTimeout(TimeoutEvent event)
Callback when a request times out
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonFault, onResultpublic abstract void onIssue(IssueEvent event)
event - issue eventpublic void onFailure(FailureEvent event)
ResponseListeneronFailure in interface ResponseListenerevent - failure event holding the local exceptionpublic void onTimeout(TimeoutEvent event)
ResponseListeneronTimeout in interface ResponseListenerevent - timeout event holding the local exceptionpublic void onCancelled(CancelledEvent event)
ResponseListeneronCancelled in interface ResponseListenerevent - cancel event holding the local exception