Class PlayerActivatedSound

java.lang.Object
  extended by Sound
      extended by PlayerActivatedSound

public class PlayerActivatedSound
extends Sound


Field Summary
private  java.lang.String file
           
private  int time
           
 
Fields inherited from class Sound
player, timer
 
Constructor Summary
PlayerActivatedSound(java.lang.String file, int time)
           
 
Method Summary
 void controllerUpdate(ControllerEvent c)
           
 
Methods inherited from class Sound
play, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

private java.lang.String file

time

private int time
Constructor Detail

PlayerActivatedSound

public PlayerActivatedSound(java.lang.String file,
                            int time)
Method Detail

controllerUpdate

public void controllerUpdate(ControllerEvent c)
Overrides:
controllerUpdate in class Sound