|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to listen for changes affected by in the TornadoMouseBehaviors.
| Method Summary | |
void |
onAdjustTransform(java.lang.Object target,
int xpos,
int ypos)
Notification that a new Transform is being calculated |
void |
onApplyTransform(java.lang.Object target)
Notification that the Transform is being updated |
void |
onEndDrag(java.lang.Object target)
Callback to notify of an end drag event. |
void |
onStartDrag(java.lang.Object target)
Callback to notify of a start drag event. |
| Method Detail |
public void onStartDrag(java.lang.Object target)
target - the Object being manipulatedpublic void onEndDrag(java.lang.Object target)
target - the Object being manipulatedpublic void onApplyTransform(java.lang.Object target)
target - the Object being manipulated
public void onAdjustTransform(java.lang.Object target,
int xpos,
int ypos)
target - the Object being manipulatedxpos - the mouse x positionypos - the mouse y position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||