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

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

public abstract class AbstractFlowController
extends AbstractController
implements IFlowController


Constructor Summary
AbstractFlowController()
           
 
Method Summary
 IController getCaller()
           
 void setCaller(IController caller)
           
 
Methods inherited from class com.aurorasoftworks.signal.runtime.ui.mvc.AbstractController
activate, deactivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aurorasoftworks.signal.runtime.ui.mvc.IController
activate, deactivate
 

Constructor Detail

AbstractFlowController

public AbstractFlowController()
Method Detail

getCaller

public IController getCaller()
Specified by:
getCaller in interface IFlowController

setCaller

public void setCaller(IController caller)
Specified by:
setCaller in interface IFlowController


Copyright © 2010. All Rights Reserved.