public interface

HasLoseCaptureHandlers

implements HasHandlers
com.google.gwt.event.dom.client.HasLoseCaptureHandlers

Class Overview

A widget that implements this interface provides registration for LoseCaptureHandler instances.

Summary

Public Methods
abstract HandlerRegistration addLoseCaptureHandler(LoseCaptureHandler handler)
Adds a LoseCaptureEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addLoseCaptureHandler (LoseCaptureHandler handler)

Adds a LoseCaptureEvent handler.

Parameters
handler the lose capture handler
Returns