net.iharder.dnd.TransferableObject.Fetcher Interface Reference

List of all members.

Detailed Description

Instead of passing your data directly to the TransferableObject constructor, you may want to know exactly when your data was received in case you need to remove it from its source (or do anyting else to it).

When the getTransferData(...) method is called on the TransferableObject, the Fetcher's getObject() method will be called.

Author:
Robert Harder
Version:
1.1
Since:
1.1


Public Member Functions

abstract Object getObject ()
 Return the object being encapsulated in the TransferableObject.


Member Function Documentation

abstract Object net.iharder.dnd.TransferableObject.Fetcher.getObject (  )  [pure virtual]

Return the object being encapsulated in the TransferableObject.

Returns:
The dropped object
Since:
1.1


The documentation for this interface was generated from the following file:
Generated on Wed Aug 8 17:02:59 2007 for CALO by  doxygen 1.5.2