de.mud.jta
Interface PluginMessage

All Known Implementing Classes:
AppletRequest, ConfigurationRequest, EndOfRecordRequest, FocusStatus, LocalEchoRequest, OnlineStatus, ReturnFocusRequest, SetWindowSizeRequest, SocketRequest, SoundRequest, TelnetCommandRequest, TerminalTypeRequest, WindowSizeRequest

public interface PluginMessage

The base interface for a plugin message.

Maintainer: Matthias L. Jugel

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

Method Summary
 java.lang.Object firePluginMessage(PluginListener pl)
          Fire the message to all listeners that are compatible with this message and return the result.
 

Method Detail

firePluginMessage

java.lang.Object firePluginMessage(PluginListener pl)
Fire the message to all listeners that are compatible with this message and return the result.

Parameters:
pl - the list of plugin message listeners
Returns:
the result message