public static interface FileDrop.TransferableObject.Fetcher
FileDrop.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
FileDrop.TransferableObject
, the FileDrop.TransferableObject.Fetcher
's getObject()
method will be called.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject()
Return the object being encapsulated in the
FileDrop.TransferableObject . |
java.lang.Object getObject()
FileDrop.TransferableObject
.