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

java.lang.Object
  extended by com.aurorasoftworks.signal.runtime.ui.mvc.AbstractControllerMethodInterceptor
      extended by com.aurorasoftworks.signal.runtime.ui.mvc.AbstractDispatcher
          extended by com.aurorasoftworks.signal.runtime.ui.mvc.AbstractMIDletDispatcher
All Implemented Interfaces:
IBeanProcessor, IContextAware, IDispatcher
Direct Known Subclasses:
Dispatcher, Dispatcher

public abstract class AbstractMIDletDispatcher
extends AbstractDispatcher
implements IDispatcher


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aurorasoftworks.signal.runtime.ui.mvc.AbstractControllerMethodInterceptor
AbstractControllerMethodInterceptor.ControllerMethodInterceptor, AbstractControllerMethodInterceptor.FlowCallerMethodInterceptor
 
Field Summary
 
Fields inherited from class com.aurorasoftworks.signal.runtime.ui.mvc.AbstractDispatcher
currentController
 
Constructor Summary
AbstractMIDletDispatcher()
           
 
Method Summary
protected  void checkDispatcherAware(IController controller)
           
 void exit()
           
 javax.microedition.midlet.MIDlet getMIDlet()
           
 void setMIDlet(javax.microedition.midlet.MIDlet midlet)
           
 
Methods inherited from class com.aurorasoftworks.signal.runtime.ui.mvc.AbstractDispatcher
activateController, beginFlow, checkControllerState, checkFlow, createFlowCallerProxy, deactivateController, endFlow, getCurrentController, getFlowLevel, onControllerMethodInvoked, onFlowCallerMethodInvoked
 
Methods inherited from class com.aurorasoftworks.signal.runtime.ui.mvc.AbstractControllerMethodInterceptor
getContext, getControllerProxy, getFlowCallerHandlers, getProxyFactory, isController, postProcessBean, preProcessBean, setContext
 
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.core.context.IContextAware
setContext
 

Constructor Detail

AbstractMIDletDispatcher

public AbstractMIDletDispatcher()
Method Detail

getMIDlet

public javax.microedition.midlet.MIDlet getMIDlet()
Specified by:
getMIDlet in interface IDispatcher

setMIDlet

public void setMIDlet(javax.microedition.midlet.MIDlet midlet)
Specified by:
setMIDlet in interface IDispatcher

exit

public void exit()
Specified by:
exit in interface IDispatcher

checkDispatcherAware

protected void checkDispatcherAware(IController controller)
Specified by:
checkDispatcherAware in class AbstractDispatcher


Copyright © 2010. All Rights Reserved.