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

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

public abstract class AbstractViewController
extends AbstractController
implements IViewController


Constructor Summary
protected AbstractViewController(javax.microedition.lcdui.Displayable view)
           
 
Method Summary
 javax.microedition.lcdui.Displayable getView()
          
 void handleCommand(javax.microedition.lcdui.Command cmd)
          
protected  void registerCommandHandler(javax.microedition.lcdui.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(javax.microedition.lcdui.Displayable view)
Method Detail

getView

public javax.microedition.lcdui.Displayable getView()

Specified by:
getView in interface IViewController

handleCommand

public final void handleCommand(javax.microedition.lcdui.Command cmd)

Specified by:
handleCommand in interface ICommandHandler

registerCommandHandler

protected void registerCommandHandler(javax.microedition.lcdui.Command cmd,
                                      ICommandHandler handler)


Copyright © 2010. All Rights Reserved.