net.infordata.ifw2.web.ctrl
Interface IDialogCallback

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDialogCallback2

public interface IDialogCallback
extends java.io.Serializable

If implemented by an IFlow it is ensured that no other call-backs can be used it.

Author:
valentino.proietti

Method Summary
 IFlowState endDialog(IFlow flow, IFlowAsDialog dialog, IFlowEndState res)
           
 

Method Detail

endDialog

IFlowState endDialog(IFlow flow,
                     IFlowAsDialog dialog,
                     IFlowEndState res)
Parameters:
flow - - the flow in which the modal dialog has been started
dialog - - the modal dialog
res - - the ending state of the dialog flow
Returns:
the flow state to switch to on dialog end, null if none.