com.funambol.tools
Class LogViewerMidlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by com.funambol.tools.LogViewerMidlet
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class LogViewerMidlet
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener


Constructor Summary
LogViewerMidlet()
          Creates a new instance of VisualMidlet
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Displayable displayable)
          Called by the system to indicate that a command has been invoked on a particular displayable.
 void destroyApp(boolean unconditional)
          Life Cicle Related Midlet's method.
 void exitMIDlet()
          This method exit the midlet.
 javax.microedition.lcdui.Display getDisplay()
          This method should return an instance of the display.
 javax.microedition.lcdui.Command getExitCommand()
          This method returns instance for exit component and must be called instead of accessing exit field directly.
 javax.microedition.lcdui.Form getLogRecordList()
          This method returns instance for logRecordList and must be called instead of accessing logRecordList field directly.
 void pauseApp()
          Life Cicle Related Midlet's method.
 void startApp()
          Life Cicle Related Midlet's method.
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogViewerMidlet

public LogViewerMidlet()
Creates a new instance of VisualMidlet

Method Detail

getDisplay

public javax.microedition.lcdui.Display getDisplay()
This method should return an instance of the display.


exitMIDlet

public void exitMIDlet()
This method exit the midlet.


getLogRecordList

public javax.microedition.lcdui.Form getLogRecordList()
This method returns instance for logRecordList and must be called instead of accessing logRecordList field directly.

Returns:
Instance for logRecordList component

getExitCommand

public javax.microedition.lcdui.Command getExitCommand()
This method returns instance for exit component and must be called instead of accessing exit field directly.

Returns:
Instance for exit component

commandAction

public void commandAction(javax.microedition.lcdui.Command command,
                          javax.microedition.lcdui.Displayable displayable)
Called by the system to indicate that a command has been invoked on a particular displayable.

Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener
Parameters:
command - the Command that ws invoked
displayable - the Displayable on which the command was invoked

startApp

public void startApp()
Life Cicle Related Midlet's method.

Specified by:
startApp in class javax.microedition.midlet.MIDlet

pauseApp

public void pauseApp()
Life Cicle Related Midlet's method.

Specified by:
pauseApp in class javax.microedition.midlet.MIDlet

destroyApp

public void destroyApp(boolean unconditional)
Life Cicle Related Midlet's method.

Specified by:
destroyApp in class javax.microedition.midlet.MIDlet


Copyright © 2006 Funambol.