List of usage examples for com.google.gwt.view.client SingleSelectionModel subclass-usage
From source file org.switchyard.console.client.ui.common.AlwaysFireSingleSelectionModel.java
/**
* AlwaysFireSingleSelectionModel
*
* A selection model similar to SingleSelectionModel except that a selection
* changed event is fired every time the selection is set.
*