Interface ListPositionChangeEvent.ListPositionChangeHandlers<T>
-
- All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
- All Known Implementing Classes:
AbstractListItemView
- Enclosing class:
- ListPositionChangeEvent<T>
public static interface ListPositionChangeEvent.ListPositionChangeHandlers<T> extends com.google.gwt.event.shared.HasHandlers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.web.bindery.event.shared.HandlerRegistrationaddListPositionChangeHandler(ListPositionChangeEvent.ListPositionChangeHandler<T> handler)
-
-
-
Method Detail
-
addListPositionChangeHandler
com.google.web.bindery.event.shared.HandlerRegistration addListPositionChangeHandler(ListPositionChangeEvent.ListPositionChangeHandler<T> handler)
-
-