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).
At last an easy way to encapsulate your custom objects for dragging and
dropping in your Java programs! When you need to create a
Transferable object, use this class to wrap
your object.