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 aLoseCaptureEventhandler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addLoseCaptureHandler
Adds aLoseCaptureEventhandler.- Parameters:
handler- the lose capture handler- Returns:
HandlerRegistrationused to remove this handler
-