List of usage examples for com.google.gwt.event.logical.shared SelectionEvent subclass-usage
From source file com.sencha.gxt.widget.core.client.event.CellSelectionEvent.java
/** * Fires after a selection occurs. * * @param <T> the type about to be selected */ public class CellSelectionEvent<T> extends SelectionEvent<T> {