Package com.google.gwt.view.client
Interface SelectionChangeEvent.HasSelectionChangedHandlers
-
- All Superinterfaces:
HasHandlers
- All Known Subinterfaces:
SelectionModel<T>,SetSelectionModel<T>
- All Known Implementing Classes:
DefaultSelectionModel,MultiSelectionModel,NoSelectionModel,OrderedMultiSelectionModel,SelectionModel.AbstractSelectionModel,SingleSelectionModel
- Enclosing class:
- SelectionChangeEvent
public static interface SelectionChangeEvent.HasSelectionChangedHandlers extends HasHandlers
Interface specifying that a class can addSelectionChangeEvent.Handlers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistrationaddSelectionChangeHandler(SelectionChangeEvent.Handler handler)Adds aSelectionChangeEventhandler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addSelectionChangeHandler
HandlerRegistration addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
Adds aSelectionChangeEventhandler.- Parameters:
handler- the handler- Returns:
HandlerRegistrationused to remove this handler
-
-