de.mud.jta.event
Class TerminalTypeRequest

java.lang.Object
  |
  +--de.mud.jta.event.TerminalTypeRequest
All Implemented Interfaces:
PluginMessage

public class TerminalTypeRequest
extends java.lang.Object
implements PluginMessage

Request message for the current terminal type.

Maintainer: Matthias L. Jugel

Version:
$Id: TerminalTypeRequest.java,v 2.3 2002/05/06 07:24:20 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Constructor Summary
TerminalTypeRequest()
           
 
Method Summary
 java.lang.Object firePluginMessage(PluginListener pl)
          Ask all terminal type listener about the terminal type and return the first answer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalTypeRequest

public TerminalTypeRequest()
Method Detail

firePluginMessage

public java.lang.Object firePluginMessage(PluginListener pl)
Ask all terminal type listener about the terminal type and return the first answer.

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