Package com.google.gwt.event.dom.client
Interface HasLoseCaptureHandlers
- All Superinterfaces:
HasHandlers
A widget that implements this interface provides registration for
LoseCaptureHandler
instances.-
Method Summary
Modifier and TypeMethodDescriptionaddLoseCaptureHandler
(LoseCaptureHandler handler) Adds aLoseCaptureEvent
handler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addLoseCaptureHandler
Adds aLoseCaptureEvent
handler.- Parameters:
handler
- the lose capture handler- Returns:
HandlerRegistration
used to remove this handler
-