public interface IExternalCancellationListener
IConversationFlowListener
to allow for the usage of lambda expressions. Read the documentations of the
specified methods and that of IConversationFlowListener.prepareFor()
.Modifier and Type | Method and Description |
---|---|
void |
onExternalCancellation(ICancellationEvent event)
Invoked when the flow was cancelled externally, using the
IHttpConversation#Øcancel() . |
void onExternalCancellation(ICancellationEvent event)
IHttpConversation#Øcancel()
. The result object in the event is always null.event
- the event object, must be non-null