de.mud.jta.event

Class SoundRequest

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 URL
audioClip

Constructor Summary

SoundRequest(URL audioClip)

Method Summary

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

Field Details

audioClip

protected URL audioClip

Constructor Details

SoundRequest

public SoundRequest(URL audioClip)

Method Details

firePluginMessage

public 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