org.mb.session
Class MicroMIDlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by org.mb.session.MicroMIDlet

public abstract class MicroMIDlet
extends javax.microedition.midlet.MIDlet

Main MIDlet class

Author:
gubriansky

Constructor Summary
MicroMIDlet()
           
 
Method Summary
 void refreshDisplay()
          method gets actual controller from conversation and render its content to display
 
Methods inherited from class javax.microedition.midlet.MIDlet
getAppProperty, checkPermission, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicroMIDlet

public MicroMIDlet()
Method Detail

refreshDisplay

public void refreshDisplay()
method gets actual controller from conversation and render its content to display