de.mud.jta.event
Class TelnetCommandRequest

java.lang.Object
  |
  +--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,v 1.3 2000/12/03 17:30:24 marcus Exp $
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