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
endDialog
IFlowState endDialog(IFlow flow,
IFlowAsDialog dialog,
IFlowEndState res)
- Parameters:
flow - - the flow in which the modal dialog has been starteddialog - - the modal dialogres - - the ending state of the dialog flow
- Returns:
- the flow state to switch to on dialog end, null if none.