Class MusicEffects.ExitCommandListener

java.lang.Object
  extended by MusicEffects.ExitCommandListener
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener
Enclosing class:
MusicEffects

public class MusicEffects.ExitCommandListener
extends java.lang.Object
implements javax.microedition.lcdui.CommandListener


Constructor Summary
MusicEffects.ExitCommandListener()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MusicEffects.ExitCommandListener

public MusicEffects.ExitCommandListener()
Method Detail

commandAction

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