com.smartgwt.client.widgets.events
Interface MouseStillDownHandler

All Superinterfaces:
EventHandler

public interface MouseStillDownHandler
extends EventHandler


Method Summary
 void onMouseStillDown(MouseStillDownEvent event)
          Executed repeatedly (every mouseStillDownDelay by default) when the system is idle - i.e.
 

Method Detail

onMouseStillDown

void onMouseStillDown(MouseStillDownEvent event)
Executed repeatedly (every 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.

Parameters:
event - the event