Class TunerDemo

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by TunerDemo
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, javax.microedition.media.PlayerListener

public class TunerDemo
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener, javax.microedition.media.PlayerListener


Nested Class Summary
(package private)  class TunerDemo.SearchDownThread
           
(package private)  class TunerDemo.SearchUpThread
           
(package private)  class TunerDemo.SwitchToAMThread
           
(package private)  class TunerDemo.SwitchToFMThread
           
 
Field Summary
 
Fields inherited from interface javax.microedition.media.PlayerListener
BUFFERING_STARTED, BUFFERING_STOPPED, CLOSED, DEVICE_AVAILABLE, DEVICE_UNAVAILABLE, DURATION_UPDATED, END_OF_MEDIA, ERROR, RECORD_ERROR, RECORD_STARTED, RECORD_STOPPED, SIZE_CHANGED, STARTED, STOPPED, STOPPED_AT_TIME, VOLUME_CHANGED
 
Constructor Summary
TunerDemo()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
 void destroyApp(boolean unconditional)
           
 void pauseApp()
           
 void playerUpdate(javax.microedition.media.Player player, java.lang.String event, java.lang.Object eventData)
           
 void startApp()
           
 
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

TunerDemo

public TunerDemo()
Method Detail

startApp

public void startApp()
Specified by:
startApp in class javax.microedition.midlet.MIDlet

pauseApp

public void pauseApp()
Specified by:
pauseApp in class javax.microedition.midlet.MIDlet

destroyApp

public void destroyApp(boolean unconditional)
Specified by:
destroyApp in class javax.microedition.midlet.MIDlet

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable s)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener

playerUpdate

public void playerUpdate(javax.microedition.media.Player player,
                         java.lang.String event,
                         java.lang.Object eventData)
Specified by:
playerUpdate in interface javax.microedition.media.PlayerListener