de.fhg.igd.ui
Interface DropDelegate

All Known Implementing Classes:
DnDTest

public interface DropDelegate

Defines methods for passing dropped data from a DropZone to a delegate.

Version:
"$Id: DropDelegate.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth

Method Summary
 void drop(Object o)
          Digests dropped data.
 

Method Detail

drop

public void drop(Object o)
Digests dropped data. The data consists of type ObjectSelection.

Parameters:
o - The dropped data.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.