|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TornadoChangeListener
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 |
|---|
void onStartDrag(java.lang.Object target)
target - the Object being manipulatedvoid onEndDrag(java.lang.Object target)
target - the Object being manipulatedvoid onApplyTransform(java.lang.Object target)
target - the Object being manipulated
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 | |||||||||