|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface DragHandle.DragHandleCallback
Callback interface for the DragHandle event life cycle
| Method Summary | |
|---|---|
void |
onCancel()
Called when the drag operation has been cancelled (usually by pressing ESC) |
void |
onComplete()
Called when the drag operation completes successfully |
void |
onStart()
Called when dragging starts |
void |
onUpdate(double deltaX,
double deltaY)
Called when the drag handle has moved. |
| Method Detail |
|---|
void onStart()
void onUpdate(double deltaX,
double deltaY)
deltaX - change in X direction since startdeltaY - change in Y direction since startvoid onCancel()
void onComplete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||