|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.midlet.MIDlet
com.funambol.tools.LogViewerMidlet
public class LogViewerMidlet
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 |
---|
public LogViewerMidlet()
Method Detail |
---|
public javax.microedition.lcdui.Display getDisplay()
public void exitMIDlet()
public javax.microedition.lcdui.Form getLogRecordList()
public javax.microedition.lcdui.Command getExitCommand()
public void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Displayable displayable)
commandAction
in interface javax.microedition.lcdui.CommandListener
command
- the Command that ws invokeddisplayable
- the Displayable on which the command was invokedpublic void startApp()
startApp
in class javax.microedition.midlet.MIDlet
public void pauseApp()
pauseApp
in class javax.microedition.midlet.MIDlet
public void destroyApp(boolean unconditional)
destroyApp
in class javax.microedition.midlet.MIDlet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |