de.mud.jta.event
Interface LocalEchoListener

All Superinterfaces:
PluginListener

public interface LocalEchoListener
extends PluginListener

This interface should be used by plugins who would like to be notified about the local echo property.

Maintainer: Matthias L. Jugel

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

Method Summary
 void setLocalEcho(boolean echo)
          Called if the local echo property changes.
 

Method Detail

setLocalEcho

void setLocalEcho(boolean echo)
Called if the local echo property changes.