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