org.gnu.gnomevte.event
Interface TextScrolledListener


public interface TextScrolledListener

Listener for the Terminal widget that deals exclusively with TextScrolledEvent.


Method Summary
 void textScrolled(TextScrolledEvent event)
          This method is called whenever a Terminal widget fires a text scroll event.
 

Method Detail

textScrolled

void textScrolled(TextScrolledEvent event)
This method is called whenever a Terminal widget fires a text scroll event.

Parameters:
event - the event that is fired.