de.mud.jta.event
Class SoundRequest

java.lang.Object
  extended by de.mud.jta.event.SoundRequest
All Implemented Interfaces:
PluginMessage

public class SoundRequest
extends java.lang.Object
implements PluginMessage

Play a sound.

Maintainer: Matthias L. Jugel

Version:
$Id: SoundRequest.java 499 2005-09-29 08:24:54Z leo $
Author:
Matthias L. Jugel, Marcus Mei???ner

Field Summary
protected  java.net.URL audioClip
           
 
Constructor Summary
SoundRequest(java.net.URL audioClip)
           
 
Method Summary
 java.lang.Object firePluginMessage(PluginListener pl)
          Notify all listeners that they may play the sound.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

audioClip

protected java.net.URL audioClip
Constructor Detail

SoundRequest

public SoundRequest(java.net.URL audioClip)
Method Detail

firePluginMessage

public java.lang.Object firePluginMessage(PluginListener pl)
Notify all listeners that they may play the sound.

Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners
Returns:
the result message