bibliothek.gui.dock.common.event
Interface CDockableLocationListener


public interface CDockableLocationListener

This listeners allows clients to keep track of the location of a CDockable. Events are received whenever the location changes, or when the visibility to the user changes.
Note:

Author:
Benjamin Sigg

Method Summary
 void changed(CDockableLocationEvent event)
          Called if the visibility and/or the location of a CDockable changed.
 

Method Detail

changed

void changed(CDockableLocationEvent event)
Called if the visibility and/or the location of a CDockable changed.

Parameters:
event - detailed information about the event