com.aurorasoftworks.signal.runtime.ui.mvc
Interface IFlowController

All Superinterfaces:
IController, IProxyTarget
All Known Implementing Classes:
AbstractFlowController, AbstractViewFlowController, AbstractViewFlowController

public interface IFlowController
extends IController

A controller of a flow, that is a sequence of activites that produces a certain result. The most common type of a flow is a wizard consisting of multiple screens. A flow has its caller, that is a contoller that started it. Upon completion, a flow returns a result to its caller by invoking a caller's method. It is possible to chain flows, that is flow controllers might start other flows.

Author:
Marek

Method Summary
 IController getCaller()
           
 void setCaller(IController caller)
           
 
Methods inherited from interface com.aurorasoftworks.signal.runtime.ui.mvc.IController
activate, deactivate
 

Method Detail

setCaller

void setCaller(IController caller)

getCaller

IController getCaller()


Copyright © 2010. All Rights Reserved.