de.mud.jta.event
Class ConfigurationRequest

java.lang.Object
  |
  +--de.mud.jta.event.ConfigurationRequest
All Implemented Interfaces:
PluginMessage

public class ConfigurationRequest
extends java.lang.Object
implements PluginMessage

Configuration request message. Subclassing this message can be used to make the configuration more specific and efficient.

Maintainer: Matthias L. Jugel

Version:
$Id: ConfigurationRequest.java,v 2.4 2002/05/06 07:24:20 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Constructor Summary
ConfigurationRequest(PluginConfig config)
           
 
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
 

Constructor Detail

ConfigurationRequest

public ConfigurationRequest(PluginConfig config)
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