/[schmitzm]/branches/2.1/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java
ViewVC logotype

Diff of /branches/2.1/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java revision 289 by mojays, Mon Aug 3 22:29:36 2009 UTC branches/1.0-gt2-2.6/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java revision 487 by alfonx, Tue Oct 20 18:33:53 2009 UTC
# Line 88  public class ChartSelectionSynchronizer Line 88  public class ChartSelectionSynchronizer
88     */     */
89    @Override    @Override
90    public void propertyChange(PropertyChangeEvent evt) {    public void propertyChange(PropertyChangeEvent evt) {
91            
92            if (!isEnabled()) {
93                    return;
94            }
95              
96      if (!(evt instanceof StyledLayerSelectionEvent))      if (!(evt instanceof StyledLayerSelectionEvent))
97        return;        return;
98      StyledLayerSelectionEvent selEvt = (StyledLayerSelectionEvent) evt;      StyledLayerSelectionEvent selEvt = (StyledLayerSelectionEvent) evt;

Legend:
Removed from v.289  
changed lines
  Added in v.487

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26