org.araneaframework.framework
Interface FlowContext.Handler

All Superinterfaces:
Serializable
Enclosing interface:
FlowContext

public static interface FlowContext.Handler
extends Serializable

Callback that will be run when flow has finished some way.


Method Summary
 void onCancel()
           
 void onFinish(Object returnValue)
           
 

Method Detail

onFinish

public void onFinish(Object returnValue)
              throws Exception
Throws:
Exception

onCancel

public void onCancel()
              throws Exception
Throws:
Exception