Interface EnterMouseCallback.Response
- Enclosing interface:
- EnterMouseCallback
public static interface EnterMouseCallback.Response
A response of the
EnterMouseCallback
.-
Method Summary
Modifier and TypeMethodDescriptionstatic EnterMouseCallback.Response
proceed()
Returns aResponse
instance that allows the browser to process the event.static EnterMouseCallback.Response
suppress()
Returns aResponse
instance that indicates that the event should be suppressed.
-
Method Details
-
proceed
Returns aResponse
instance that allows the browser to process the event. -
suppress
Returns aResponse
instance that indicates that the event should be suppressed.
-