|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IController
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.
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 |
---|
void activate()
void deactivate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |