Revision 8788 org.gvsig.raster/branches/org.gvsig.raster.2.4/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.buffer/org.gvsig.raster.lib.buffer.impl/src/main/java/org/gvsig/raster/lib/buffer/impl/AbstractBuffer.java

View differences:

AbstractBuffer.java
104 104
                this.statistics = null;
105 105
                this.notifyObservers(new DefaultBufferNotification(BufferNotification.CHANGE_BAND,
106 106
                    new Object[] { observable }));
107
            } else if (bandNotification.getType().equals(BandNotification.LOADED_PAGE)){
108
                this.notifyObservers(new DefaultBufferNotification(BufferNotification.LOADED_PAGE,
109
                    new Object[] { this }));
107 110
            }
108 111
        }
109 112
    }

Also available in: Unified diff