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