|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.virtualsession.VirtualSessionAdapter
com.sshtools.terminal.VirtualTerminalAdapter
Convenient adapter implementation of a VirtualTerminalListener.
| Constructor Summary | |
VirtualTerminalAdapter()
|
|
| Method Summary | |
void |
screenResized(VirtualTerminal terminal,
int w,
int h,
boolean remoteChange)
The virtual terminal screen has been resized. |
| Methods inherited from class com.sshtools.virtualsession.VirtualSessionAdapter |
connected, dataReceived, dataSent, disconnected, titleChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sshtools.virtualsession.VirtualSessionListener |
connected, dataReceived, dataSent, disconnected, titleChanged |
| Constructor Detail |
public VirtualTerminalAdapter()
| Method Detail |
public void screenResized(VirtualTerminal terminal,
int w,
int h,
boolean remoteChange)
VirtualTerminalListenerremote will
be true if the remote host requested the screen size change.
screenResized in interface VirtualTerminalListenerterminal - virtual terminalw - widthh - heightremoteChange - true if it was the host that requested the screen size change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||