de.mud.jta
Interface PluginMessage

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

public interface PluginMessage

The base interface for a plugin message.

Maintainer: Matthias L. Jugel

Version:
$Id: PluginMessage.java,v 2.3 2002/05/06 07:24:20 leo Exp $
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

public 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