|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MouseStillDownHandler
| Method Summary | |
|---|---|
void |
onMouseStillDown(MouseStillDownEvent event)
Executed repeatedly (every mouseStillDownDelay by
default) when the system is idle - i.e. |
| Method Detail |
|---|
void onMouseStillDown(MouseStillDownEvent event)
mouseStillDownDelay by
default) when the system is idle - i.e. not busy running other scripts - and the left mouse button is held down after
having been pressed in the object. This event is not native to JavaScript, but is provided by the ISC system. Note:
The event handling system waits mouseStillDownInitialDelay before calling mouseStillDown for the first time on the widget. Subsequently the method is
called every mouseStillDownDelay. Both attributes are
configurable per widget instance.
This method is called only when the left mouse is held down.
event - the event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||