org.gnu.gnomevte.event

Interface TextScrolledListener

public interface TextScrolledListener

Listener for the {@link org.gnu.gnomevte.Terminal} widget that deals exclusively with {@link org.gnu.gnomevte.event.TextScrolledEvent}.
Method Summary
voidtextScrolled(TextScrolledEvent event)
This method is called whenever a {@link org.gnu.gnomevte.Terminal} widget fires a text scroll event.

Method Detail

textScrolled

public void textScrolled(TextScrolledEvent event)
This method is called whenever a {@link org.gnu.gnomevte.Terminal} widget fires a text scroll event.

Parameters: event the event that is fired.