de.mud.jta.event
Class AppletRequest

java.lang.Object
  |
  +--de.mud.jta.event.AppletRequest
All 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,v 1.5 2002/05/06 07:24:20 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Field Summary
protected  javax.swing.JApplet applet
           
 
Constructor Summary
AppletRequest(javax.swing.JApplet applet)
           
 
Method Summary
 java.lang.Object firePluginMessage(PluginListener pl)
          Notify all listeners of a configuration event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applet

protected javax.swing.JApplet applet
Constructor Detail

AppletRequest

public AppletRequest(javax.swing.JApplet applet)
Method Detail

firePluginMessage

public java.lang.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
Returns:
the result message