de.mud.jta.event
Interface TerminalTypeListener

All Superinterfaces:
PluginListener

public interface TerminalTypeListener
extends PluginListener

This is the interface for a terminal type listener. It should return the terminal type id as a string. Valid terminal types include VT52, VT100, VT200, VT220, VT320, ANSI etc.

Maintainer: Matthias L. Jugel

Version:
$Id: TerminalTypeListener.java,v 2.0 1999/09/08 17:01:48 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Method Summary
 java.lang.String getTerminalType()
          Return the terminal type string
 

Method Detail

getTerminalType

public java.lang.String getTerminalType()
Return the terminal type string