de.mud.jta.event
Class TelnetCommandRequest

java.lang.Object
  extended by de.mud.jta.event.TelnetCommandRequest
All Implemented Interfaces:
PluginMessage

public class TelnetCommandRequest
extends java.lang.Object
implements PluginMessage

Notification of the end of record event

Maintainer: Marcus Meissner

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

Constructor Summary
TelnetCommandRequest(byte command)
           
 
Method Summary
 java.lang.Object firePluginMessage(PluginListener pl)
          Notify all listeners about the end of record message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetCommandRequest

public TelnetCommandRequest(byte command)
Method Detail

firePluginMessage

public java.lang.Object firePluginMessage(PluginListener pl)
Notify all listeners about the end of record message

Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners
Returns:
always null