org.gnu.gnomevte.event

Interface MoveWindowListener

public interface MoveWindowListener

Listener for the {@link org.gnu.gnomevte.Terminal} widget that deals exclusively with {@link org.gnu.gnomevte.event.MoveWindowEvent}.
Method Summary
voidwindowMoved(MoveWindowEvent event)
This method is called whenever a {@link org.gnu.gnomevte.Terminal} widget fires a move window event.

Method Detail

windowMoved

public void windowMoved(MoveWindowEvent event)
This method is called whenever a {@link org.gnu.gnomevte.Terminal} widget fires a move window event.

Parameters: event the event that is fired.