org.fife.ui.dockablewindows
Interface DockableWindowListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DockableWindowPanel

public interface DockableWindowListener
extends java.util.EventListener

Interface for classes interested in listening for dockable window events.

Version:
0.1
Author:
Robert Futrell

Method Summary
 void dockableWindowPositionChanged(DockableWindowEvent e)
          Called whenever a dockable window changes its position.
 void dockableWindowPositionWillChange(DockableWindowEvent e)
          Called whenever a dockable window will change its position.
 

Method Detail

dockableWindowPositionChanged

void dockableWindowPositionChanged(DockableWindowEvent e)
Called whenever a dockable window changes its position.

Parameters:
e - The dockable window event.

dockableWindowPositionWillChange

void dockableWindowPositionWillChange(DockableWindowEvent e)
Called whenever a dockable window will change its position.

Parameters:
e - The dockable window. The specified "new position" is the position that the dockable window will be in.