de.mud.jta.event

Class AppletRequest

Implemented Interfaces:
PluginMessage

public class AppletRequest
extends java.lang.Object
implements PluginMessage

Tell listeners the applet object.

Maintainer: Matthias L. Jugel

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

Field Summary

protected JApplet
applet

Constructor Summary

AppletRequest(JApplet applet)

Method Summary

Object
firePluginMessage(PluginListener pl)
Notify all listeners of a configuration event.

Field Details

applet

protected JApplet applet

Constructor Details

AppletRequest

public AppletRequest(JApplet applet)

Method Details

firePluginMessage

public Object firePluginMessage(PluginListener pl)
Notify all listeners of a configuration event.
Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners