public interface CallListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
callFailed(CallFailedEvent event)
Invoked when the call to the function failed.
|
void |
callSucceeded(CallSucceededEvent event)
Invoked when a successful result has been returned by the function.
|
void callSucceeded(CallSucceededEvent event)
event
- the call event that has the result of the call.void callFailed(CallFailedEvent event)
event
- the call event that has the details of the failure.See http://www.xins.org/.