de.mud.jta.event
Class SoundRequest

java.lang.Object
  |
  +--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,v 1.4 2002/05/06 07:24:20 leo Exp $
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