Classes in ca.bc.webarts.widgets.dnd used by ca.bc.webarts.widgets.dnd
FileDrop.Listener
Implement this inner interface to listen for when files are dropped. |
FileDropEvent
This is the event that is passed to the
filesDropped(...) method in
your FileDropListener when files are dropped onto
a registered drop target. |
FileDropListener
When using the FileDrop package in its JavaBean form,
this listener will receive events when files are dropped
onto registered targets. |
TransferableObject.Fetcher
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). |