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

All Superinterfaces:
IProxyTarget
All Known Subinterfaces:
IFlowController, IViewController, IViewController
All Known Implementing Classes:
AbstractController, AbstractFlowController, AbstractViewController, AbstractViewController, AbstractViewFlowController, AbstractViewFlowController

public interface IController
extends IProxyTarget

A super-interface for all MVC controllers. Every controller needs to support AOP proxies and therefore needs to implement IProxyTarget. This interface can be implemented by controllers of various levels of granularity: wizard/flow controllers and view controllers.

Author:
Marek

Method Summary
 void activate()
          Invoked by the framework to indicate that this controller becomes the active one.
 void deactivate()
          Invoked by the framework to indicate that this controller ceases to be the active one.
 

Method Detail

activate

void activate()
Invoked by the framework to indicate that this controller becomes the active one.


deactivate

void deactivate()
Invoked by the framework to indicate that this controller ceases to be the active one.



Copyright © 2010. All Rights Reserved.