| example.mmademo.SimplePlayerForm
close | public synchronized void close()(Code) | | |
fullScreen | public void fullScreen(boolean value)(Code) | | |
getCurrentDisplayable | public Displayable getCurrentDisplayable()(Code) | | |
go | public Displayable go(Displayable d)(Code) | | |
goBack | public Displayable goBack()(Code) | | |
pauseApp | public synchronized void pauseApp()(Code) | | Called in response to a request to pause the MIDlet.
This implementation will just call the same
method in the GUI implementation.
|
replaceCurrent | public Displayable replaceCurrent(Displayable d)(Code) | | |
resumeApp | public synchronized void resumeApp()(Code) | | Called when a MIDlet is asked to resume operations
after a call to pauseApp(). This method is only
called after pauseApp(), so it is different from
MIDlet's startApp().
This implementation will just call the same
method in the GUI implementation.
|
setupDisplay | public void setupDisplay()(Code) | | |
updateDisplay | public void updateDisplay()(Code) | | |
updateKaraoke | public void updateKaraoke()(Code) | | |
updateRate | public void updateRate()(Code) | | |
updateTime | public void updateTime()(Code) | | |
|
|