com.sshtools.terminal
Interface ScrollListener

All Superinterfaces:
java.util.EventListener

public interface ScrollListener
extends java.util.EventListener

Implement to receive ScrollEvent messages fired when an implmentation of a VDUScrollBar state changes in some way.


Method Summary
 void scrollEvent(ScrollEvent evt)
          Invoked when a VDUScrollBar state changes in some way.
 

Method Detail

scrollEvent

void scrollEvent(ScrollEvent evt)
Invoked when a VDUScrollBar state changes in some way.

Parameters:
evt - event


Copyright © 2003-2009 SSHTOOLS LTD. All Rights Reserved.