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.0 1999/09/08 17:01:46 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. |
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