|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDropHandlerListener
Listener that is notified when a drop is completed.
| Method Summary | |
|---|---|
void |
done(IDropAction action,
java.lang.Throwable error)
Called when an action is complete. |
void |
noAction(java.lang.Object data)
Called when no drop action could be found that can process the data. |
void |
starting(IDropAction action)
Called when an action is about to be ran. |
| Method Detail |
|---|
void starting(IDropAction action)
action - action about to be ran.void noAction(java.lang.Object data)
data - data that was dropped.
void done(IDropAction action,
java.lang.Throwable error)
action - completed action.error - Null unless an error occurred during the execution of
the drop event;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||