de.mud.jta.event
Class ConfigurationRequest

java.lang.Object
  extended by 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 499 2005-09-29 08:24:54Z leo $
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
Returns:
the result message