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