org.gnu.gnomevte.event

Interface MoveWindowListener

public interface MoveWindowListener

Listener for the Terminal widget that deals exclusively with MoveWindowEvent.
Method Summary
voidwindowMoved(MoveWindowEvent event)
This method is called whenever a Terminal widget fires a move window event.

Method Detail

windowMoved

public void windowMoved(MoveWindowEvent event)
This method is called whenever a Terminal widget fires a move window event.

Parameters: event the event that is fired.