org.gnu.gnomevte.event

Interface MoveWindowListener

public interface MoveWindowListener

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte

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.