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