Package org.gvsig.fmap.dal.raster.impl
Class DefaultRasterStoreNotification
java.lang.Object
org.gvsig.tools.observer.BaseNotification
org.gvsig.fmap.dal.raster.impl.DefaultRasterStoreNotification
- All Implemented Interfaces:
org.gvsig.fmap.dal.DataStoreNotification,org.gvsig.fmap.dal.raster.RasterStoreNotification,org.gvsig.tools.observer.Notification
public class DefaultRasterStoreNotification
extends org.gvsig.tools.observer.BaseNotification
implements org.gvsig.fmap.dal.raster.RasterStoreNotification
Implements RasterNofication
- Author:
- dmartinezizquierdo
-
Field Summary
Fields inherited from class org.gvsig.tools.observer.BaseNotification
canceled, valuesFields inherited from interface org.gvsig.fmap.dal.DataStoreNotification
AFTER_CLOSE, AFTER_DISPOSE, AFTER_OPEN, BEFORE_CLOSE, BEFORE_DISPOSE, BEFORE_OPEN, COMPLEX_NOTIFICATION, RESOURCE_CHANGED, SELECTION_CHANGEFields inherited from interface org.gvsig.fmap.dal.raster.RasterStoreNotification
AFTER_REFRESH, BEFORE_REFRESH, DATASET_CHANGED, STORE_PROVIDER_CHANGED -
Constructor Summary
ConstructorsConstructorDescriptionDefaultRasterStoreNotification(org.gvsig.fmap.dal.DataStore source, String type) -
Method Summary
Methods inherited from class org.gvsig.tools.observer.BaseNotification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.tools.observer.Notification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue
-
Constructor Details
-
DefaultRasterStoreNotification
- Parameters:
source-type-
-
-
Method Details
-
getSource
public org.gvsig.fmap.dal.DataStore getSource()- Specified by:
getSourcein interfaceorg.gvsig.fmap.dal.DataStoreNotification
-