FileDocCategorySizeDatePackage
PersistentSelector.javaAPI DocJ2ME MIDP 2.0617Thu Nov 07 12:02:24 GMT 2002com.sun.midp.dev

PersistentSelector

public class PersistentSelector extends com.sun.midp.midlet.Selector
This class is Selector that will not exit after launching the selected MIDlet, so the user can pick another MIDlet after the selected MIDlet ends.

Fields Summary
Constructors Summary
public PersistentSelector()
Create and initialize a new Persistent Selector MIDlet.

        super(false);
    
Methods Summary