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