|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasMouseMoveHandlers
A widget that implements this interface provides registration for
MouseMoveHandler
instances.
Method Summary | |
---|---|
HandlerRegistration |
addMouseMoveHandler(MouseMoveHandler handler)
Adds a MouseMoveEvent handler. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addMouseMoveHandler(MouseMoveHandler handler)
MouseMoveEvent
handler.
handler
- the mouse move handler
HandlerRegistration
used to remove this handler
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |