com.sshtools.terminal
Interface VirtualTerminalListener
- All Superinterfaces:
- java.util.EventListener, VirtualSessionListener
- All Known Implementing Classes:
- VirtualTerminalAdapter
- public interface VirtualTerminalListener
- extends VirtualSessionListener
Implementations receive events about activity in the virtual terminal, such as
connection events, resizes, data sent and received.
- Version:
- $Revision: 1.1 $
- Author:
- $Author: richard $
|
Method Summary |
void |
screenResized(VirtualTerminal terminal,
int w,
int h,
boolean remoteChange)
The virtual terminal screen has been resized. |
screenResized
public void screenResized(VirtualTerminal terminal,
int w,
int h,
boolean remoteChange)
- The virtual terminal screen has been resized.
remote will
be true if the remote host requested the screen size change.
- Parameters:
terminal - virtual terminalw - widthh - heightremoteChange - true if it was the host that requested the screen size change
Copyright © 2003-2004 3SP LTD. All Rights Reserved.