|
|||||||||
Home >> All >> com >> barteo >> [ emulator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.barteo.emulator
Class MIDletEntry

java.lang.Objectcom.barteo.emulator.MIDletEntry
- public class MIDletEntry
- extends java.lang.Object
Field Summary | |
(package private) javax.microedition.midlet.MIDlet |
midlet
|
(package private) java.lang.String |
name
|
Constructor Summary | |
MIDletEntry(java.lang.String name,
javax.microedition.midlet.MIDlet midlet)
|
Method Summary | |
javax.microedition.midlet.MIDlet |
getMIDlet()
|
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
name
java.lang.String name
midlet
javax.microedition.midlet.MIDlet midlet
Constructor Detail |
MIDletEntry
public MIDletEntry(java.lang.String name, javax.microedition.midlet.MIDlet midlet)
Method Detail |
getName
public java.lang.String getName()
getMIDlet
public javax.microedition.midlet.MIDlet getMIDlet()
|
|||||||||
Home >> All >> com >> barteo >> [ emulator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |