de.mud.jta.event
Class LocalEchoRequest

java.lang.Object
  |
  +--de.mud.jta.event.LocalEchoRequest
All 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,v 2.4 2002/05/06 07:24:20 leo Exp $
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
 java.lang.Object firePluginMessage(PluginListener pl)
          Notify all listeners about the status of local echo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xecho

protected boolean xecho
Constructor Detail

LocalEchoRequest

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

Method Detail

firePluginMessage

public java.lang.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