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.1 2000/02/23 09:52:31 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Field Summary
protected  java.applet.Applet applet
           
 
Constructor Summary
AppletRequest(java.applet.Applet 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 java.applet.Applet applet
Constructor Detail

AppletRequest

public AppletRequest(java.applet.Applet 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