com.aurorasoftworks.signal.runtime.ui.mvc.lwuit
Class AbstractViewController

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

public abstract class AbstractViewController
extends AbstractController
implements IViewController


Constructor Summary
protected AbstractViewController(com.sun.lwuit.Form view)
           
 
Method Summary
 com.sun.lwuit.Form getView()
          
 void handleCommand(com.sun.lwuit.Command cmd)
          
protected  void registerCommandHandler(com.sun.lwuit.Command cmd, ICommandHandler handler)
           
 
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

AbstractViewController

protected AbstractViewController(com.sun.lwuit.Form view)
Method Detail

getView

public com.sun.lwuit.Form getView()

Specified by:
getView in interface IViewController

handleCommand

public final void handleCommand(com.sun.lwuit.Command cmd)

Specified by:
handleCommand in interface ICommandHandler

registerCommandHandler

protected void registerCommandHandler(com.sun.lwuit.Command cmd,
                                      ICommandHandler handler)


Copyright © 2010. All Rights Reserved.