org.xith3d.ui.swingui
Interface UIDropFailureInterface


public interface UIDropFailureInterface

Insert package comments here

Originally Coded by David Yazel on Dec 6, 2003 at 3:51:47 PM.


Method Summary
 void dropFailed(int x, int y, UIDraggingInformation di, UIOverlayInterface over)
          If this interface is registered with a UIDraggingInformation and a drop fails, this will be called with the screen coordinates of the drop
 

Method Detail

dropFailed

void dropFailed(int x,
                int y,
                UIDraggingInformation di,
                UIOverlayInterface over)
If this interface is registered with a UIDraggingInformation and a drop fails, this will be called with the screen coordinates of the drop

Parameters:
x -
y -
di -