public interface HasRightMouseDownHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addRightMouseDownHandler(RightMouseDownHandler handler)
Executed when the right mouse down is pressed on this widget.
|
fireEvent
HandlerRegistration addRightMouseDownHandler(RightMouseDownHandler handler)
handler
- the rightMouseDown handlerHandlerRegistration
used to remove this handler