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