Interface HasCloseHandlers<T>
- Type Parameters:
T- the type being closed
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
AbstractCellTree,CellBrowser,CellTree,DecoratedPopupPanel,DialogBox,DisclosurePanel,LoggingPopup,MenuBar,PopupPanel,Tree
A widget that implements this interface is a public source of
CloseEvent events.-
Method Summary
Modifier and TypeMethodDescriptionaddCloseHandler(CloseHandler<T> handler) Adds aCloseEventhandler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details