Package com.google.gwt.view.client
Interface RowCountChangeEvent.Handler
-
- All Superinterfaces:
EventHandler
- Enclosing class:
- RowCountChangeEvent
public static interface RowCountChangeEvent.Handler extends EventHandler
Handler interface forRowCountChangeEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onRowCountChange(RowCountChangeEvent event)
Called when aRowCountChangeEvent
is fired.
-
-
-
Method Detail
-
onRowCountChange
void onRowCountChange(RowCountChangeEvent event)
Called when aRowCountChangeEvent
is fired.- Parameters:
event
- theRowCountChangeEvent
that was fired
-
-