Interface PressMouseCallback.Response
- Enclosing interface:
- PressMouseCallback
public static interface PressMouseCallback.Response
A response of the
PressMouseCallback.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic PressMouseCallback.Responseproceed()Returns aResponseinstance that allows the browser to process the event.static PressMouseCallback.Responsesuppress()Returns aResponseinstance that indicates that the event should be suppressed.
-
Method Details
-
proceed
Returns aResponseinstance that allows the browser to process the event. -
suppress
Returns aResponseinstance that indicates that the event should be suppressed.
-