Package org.eclipse.nebula.widgets.grid
Interface GridVisibleRangeSupport.VisibleRangeChangedListener
-
- Enclosing class:
- GridVisibleRangeSupport
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface GridVisibleRangeSupport.VisibleRangeChangedListener
Listener notified when the visible range changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rangeChanged(GridVisibleRangeSupport.RangeChangedEvent event)
Method called when range is changed
-
-
-
Method Detail
-
rangeChanged
void rangeChanged(GridVisibleRangeSupport.RangeChangedEvent event)
Method called when range is changed- Parameters:
event
- the event holding informations about the change
-
-