This is a listener for selection changes through the dataset's data. Whenever a selection of any data member changes, the dataSet gets informed about this and fires a selectionChanged event. Note that these events are not fired immediately but are inserted in the Swing event queue and packed together. So only one selection changed event is issued within a one message dispatch routine.
@author imi
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.