projectpossibility
Class AudioGuardian

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by projectpossibility.AudioGuardian
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class AudioGuardian
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener

main program

Author:
AG Team

Constructor Summary
AudioGuardian()
          constructor
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
           
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioGuardian

public AudioGuardian()
constructor

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
Parameters:
c - Command object
d - Displayable object