de.mud.jta.event

Class LocalEchoRequest

Implemented Interfaces:
PluginMessage

public class LocalEchoRequest
extends java.lang.Object
implements PluginMessage

Notification of the local echo property. The terminal should echo all typed in characters locally of this is true.

Maintainer: Matthias L. Jugel

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

Field Summary

protected boolean
xecho

Constructor Summary

LocalEchoRequest(boolean echo)
Create a new local echo request with the specified value.

Method Summary

Object
firePluginMessage(PluginListener pl)
Notify all listeners about the status of local echo.

Field Details

xecho

protected boolean xecho

Constructor Details

LocalEchoRequest

public LocalEchoRequest(boolean echo)
Create a new local echo request with the specified value.

Method Details

firePluginMessage

public Object firePluginMessage(PluginListener pl)
Notify all listeners about the status of local echo.
Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners
Returns:
always null