org.gnu.gtk.event
Interface DragDestinationListener


Deprecated. Use DragTargetListener instead.

public interface DragDestinationListener


Method Summary
 void dataReceived(Widget widget, DragContext dc, SelectionData data, int targetInfo)
          Deprecated.  
 

Method Detail

dataReceived

void dataReceived(Widget widget,
                  DragContext dc,
                  SelectionData data,
                  int targetInfo)
Deprecated.