Class MusicEffects.SetupItemCommandListener

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

public class MusicEffects.SetupItemCommandListener
extends java.lang.Object
implements javax.microedition.lcdui.ItemCommandListener


Constructor Summary
MusicEffects.SetupItemCommandListener(javax.microedition.lcdui.Form form)
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MusicEffects.SetupItemCommandListener

public MusicEffects.SetupItemCommandListener(javax.microedition.lcdui.Form form)
Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Item item)
Specified by:
commandAction in interface javax.microedition.lcdui.ItemCommandListener