public static interface PressMouseCallback.Response
PressMouseCallback
.Modifier and Type | Method and Description |
---|---|
static PressMouseCallback.Response |
proceed()
Returns a
Response instance that allows the browser to process the event. |
static PressMouseCallback.Response |
suppress()
Returns a
Response instance that indicates that the event should be suppressed. |
static PressMouseCallback.Response proceed()
Response
instance that allows the browser to process the event.static PressMouseCallback.Response suppress()
Response
instance that indicates that the event should be suppressed.