bibliothek.gui.dock.dockable
Interface DockableStateListener


public interface DockableStateListener

This listener is invoked when the location of one or many Dockables changed. The listener is intended to keep track of a Dockable while its hierarchy remains the same. If the hierarchy changes an event is sent too, but applications should be aware that all flags but the "visibility" will be ignored.

Author:
Benjamin Sigg

Method Summary
 void changed(DockableStateEvent event)
          Called if the location changed.
 

Method Detail

changed

void changed(DockableStateEvent event)
Called if the location changed. Many events can be merged into one event, it may happen that two events cancel each other out, but are still reported here.

Parameters:
event - detailed information about the change