Interface AbstractHasData.RedrawEvent.Handler
- All Superinterfaces:
EventHandler
- Enclosing class:
AbstractHasData.RedrawEvent
Implemented by objects that handle
AbstractHasData.RedrawEvent
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRedraw()
Performs implementation-specific work when the cell list re-renders one or more existing rows.
-
Method Details
-
onRedraw
void onRedraw()Performs implementation-specific work when the cell list re-renders one or more existing rows.
-