Interface AbstractHasData.RedrawEvent.Handler
-
- All Superinterfaces:
EventHandler
- Enclosing class:
- AbstractHasData.RedrawEvent
public static interface AbstractHasData.RedrawEvent.Handler extends EventHandler
Implemented by objects that handleAbstractHasData.RedrawEvent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onRedraw()
Performs implementation-specific work when the cell list re-renders one or more existing rows.
-