group1.model.gameevent
Class AudioEvent

java.lang.Object
  extended by group1.model.gameevent.GameEvent
      extended by group1.model.gameevent.AudioEvent

public class AudioEvent
extends GameEvent


Constructor Summary
AudioEvent(Audio a)
           
 
Method Summary
 Audio getAudio()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioEvent

public AudioEvent(Audio a)
Method Detail

getAudio

public Audio getAudio()