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
- Copyright
- 2001
- Version
- 1.1
- Since
- 1.1
Definition at line 920 of file FileDrop.java.
abstract Object de.uni_hamburg.corpora.swing.FileDrop.TransferableObject.Fetcher.getObject |
( |
| ) |
|
|
abstract |
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: