com.aurorasoftworks.signal.runtime.ui.mvc
Interface IDispatcher

All Known Implementing Classes:
AbstractMIDletDispatcher, Dispatcher, Dispatcher

public interface IDispatcher


Method Summary
 void exit()
           
 javax.microedition.midlet.MIDlet getMIDlet()
           
 void setMIDlet(javax.microedition.midlet.MIDlet midlet)
           
 

Method Detail

setMIDlet

void setMIDlet(javax.microedition.midlet.MIDlet midlet)

getMIDlet

javax.microedition.midlet.MIDlet getMIDlet()

exit

void exit()


Copyright © 2010. All Rights Reserved.