public interface HasSelectionChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addSelectionChangedHandler(SelectionChangedHandler handler)
Called when selection changes within this tileGrid.
|
fireEvent
HandlerRegistration addSelectionChangedHandler(SelectionChangedHandler handler)
handler
- the selectionChanged handlerHandlerRegistration
used to remove this handler