org.granite.client.messaging
Class DefaultResponseListener
java.lang.Object
org.granite.client.messaging.DefaultResponseListener
- All Implemented Interfaces:
- ResponseListener
public class DefaultResponseListener
- extends Object
- implements ResponseListener
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResponseListener
public DefaultResponseListener()
onResult
public void onResult(ResultEvent event)
- Specified by:
onResult in interface ResponseListener
onFault
public void onFault(FaultEvent event)
- Specified by:
onFault in interface ResponseListener
onFailure
public void onFailure(FailureEvent event)
- Specified by:
onFailure in interface ResponseListener
onTimeout
public void onTimeout(TimeoutEvent event)
- Specified by:
onTimeout in interface ResponseListener
onCancelled
public void onCancelled(CancelledEvent event)
- Specified by:
onCancelled in interface ResponseListener