|
|||||||||
| Home >> All >> [ wlirc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
wlirc
Class Debug

java.lang.Objectwlirc.Debug
- public class Debug
- extends java.lang.Object
| Constructor Summary | |
Debug()
|
|
| Method Summary | |
static void |
writeError(java.lang.Exception e,
javax.microedition.lcdui.Display display,
javax.microedition.lcdui.Displayable nextdisplay)
|
static void |
writeInfo(java.lang.String str,
int debug)
|
static void |
writeInPut(java.lang.String str,
int debug)
|
static void |
writeOutPut(java.lang.String str,
int debug)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Debug
public Debug()
| Method Detail |
writeOutPut
public static void writeOutPut(java.lang.String str, int debug)
writeInfo
public static void writeInfo(java.lang.String str, int debug)
writeInPut
public static void writeInPut(java.lang.String str, int debug)
writeError
public static void writeError(java.lang.Exception e, javax.microedition.lcdui.Display display, javax.microedition.lcdui.Displayable nextdisplay)
|
|||||||||
| Home >> All >> [ wlirc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
wlirc.Debug