|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WidgetLocationListener
A WidgetLocationListener is notified of any Widget location change of the assotiated Widget.
| Method Summary | |
|---|---|
void |
onWidgetDragStarted(Widget widget)
This event is fired when a Widget is started to be dragged. |
void |
onWidgetDragStopped(Widget widget)
This event is fired when a Widget is stopped to be dragged. |
void |
onWidgetLocationChanged(Widget widget,
float oldLeft,
float oldTop,
float newLeft,
float newTop)
This event is fired when a Widget's location has changed. |
| Method Detail |
|---|
void onWidgetDragStarted(Widget widget)
widget - the Widget, which is draggedvoid onWidgetDragStopped(Widget widget)
widget - the Widget, which was dragged
void onWidgetLocationChanged(Widget widget,
float oldLeft,
float oldTop,
float newLeft,
float newTop)
widget - the Widget, which's location has changedoldLeft - the old left coordinate of the WidgetoldTop - the old top coordinate of the WidgetnewLeft - the new left coordinate of the WidgetnewTop - the new top coordinate of the Widget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||