|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aurorasoftworks.signal.runtime.ui.mvc.AbstractController
com.aurorasoftworks.signal.runtime.ui.mvc.midp.AbstractViewController
public abstract class AbstractViewController
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 |
---|
protected AbstractViewController(javax.microedition.lcdui.Displayable view)
Method Detail |
---|
public javax.microedition.lcdui.Displayable getView()
getView
in interface IViewController
public final void handleCommand(javax.microedition.lcdui.Command cmd)
handleCommand
in interface ICommandHandler
protected void registerCommandHandler(javax.microedition.lcdui.Command cmd, ICommandHandler handler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |