Package com.google.gwt.event.dom.client
Interface HasLoseCaptureHandlers
-
- All Superinterfaces:
HasHandlers
public interface HasLoseCaptureHandlers extends HasHandlers
A widget that implements this interface provides registration forLoseCaptureHandlerinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistrationaddLoseCaptureHandler(LoseCaptureHandler handler)Adds aLoseCaptureEventhandler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addLoseCaptureHandler
HandlerRegistration addLoseCaptureHandler(LoseCaptureHandler handler)
Adds aLoseCaptureEventhandler.- Parameters:
handler- the lose capture handler- Returns:
HandlerRegistrationused to remove this handler
-
-