List of usage examples for com.google.gwt.view.client RowCountChangeEvent getType
public static Type<Handler> getType()
From source file:com.kk_electronic.kkportal.core.ui.TabDisplay.java
License:Open Source License
@Override public HandlerRegistration addRowCountChangeHandler( com.google.gwt.view.client.RowCountChangeEvent.Handler handler) { return eventBus.addHandlerToSource(RowCountChangeEvent.getType(), this, handler); }