net.sourceforge.atunes.gui.dockableView
Interface DockFramePositionListener


public interface DockFramePositionListener

The listener interface for receiving dockFramePosition events.


Method Summary
 void positionChanged(DockableWindow frame, java.awt.Rectangle r, int oldXLocation, int oldYLocation)
          Position changed.
 

Method Detail

positionChanged

void positionChanged(DockableWindow frame,
                     java.awt.Rectangle r,
                     int oldXLocation,
                     int oldYLocation)
Position changed.

Parameters:
frame - the frame
r - the r
oldXLocation - the old x location
oldYLocation - the old y location


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.