com.aurorasoftworks.signal.runtime.ui.mvc
Class AbstractController

java.lang.Object
  extended by com.aurorasoftworks.signal.runtime.ui.mvc.AbstractController
All Implemented Interfaces:
IProxyTarget, IController
Direct Known Subclasses:
AbstractFlowController, AbstractViewController, AbstractViewController

public abstract class AbstractController
extends java.lang.Object
implements IController


Constructor Summary
AbstractController()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractController

public AbstractController()
Method Detail

activate

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

Specified by:
activate in interface IController

deactivate

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

Specified by:
deactivate in interface IController


Copyright © 2010. All Rights Reserved.