public interface HasCloseHandlers<T>
extends com.google.gwt.event.logical.shared.HasCloseHandlers<T>
CloseEvents and ClosedEvents.| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addClosedHandler(ClosedHandler<T> handler)
Adds a
ClosedHandler to the widget. |
com.google.gwt.event.shared.HandlerRegistration addClosedHandler(ClosedHandler<T> handler)
ClosedHandler to the widget.handler - the handlerHandlerRegistration used to remove this handlerCopyright © 2016. All rights reserved.