com.smartgwt.client.widgets.events
Interface MouseMoveHandler

All Superinterfaces:
EventHandler

public interface MouseMoveHandler
extends EventHandler


Method Summary
 void onMouseMove(MouseMoveEvent event)
          Executed when the mouse moves within this widget.
 

Method Detail

onMouseMove

void onMouseMove(MouseMoveEvent event)
Executed when the mouse moves within this widget. No default implementation.

Parameters:
event - the event