Package org.gvsig.fmap.dal.raster.impl
Class DefaultCoverageStoreNotification
java.lang.Object
org.gvsig.tools.observer.BaseNotification
org.gvsig.fmap.dal.raster.impl.DefaultCoverageStoreNotification
- All Implemented Interfaces:
org.gvsig.fmap.dal.DataStoreNotification,org.gvsig.tools.observer.Notification
public class DefaultCoverageStoreNotification
extends org.gvsig.tools.observer.BaseNotification
implements org.gvsig.fmap.dal.DataStoreNotification
-
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_CHANGE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultCoverageStoreNotification(DefaultCoverageStore defaultCoverageStore, String notification) DefaultCoverageStoreNotification(DefaultCoverageStore defaultCoverageStore, String notification, org.gvsig.tools.undo.command.Command command) -
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
-
DefaultCoverageStoreNotification
public DefaultCoverageStoreNotification(DefaultCoverageStore defaultCoverageStore, String notification) -
DefaultCoverageStoreNotification
public DefaultCoverageStoreNotification(DefaultCoverageStore defaultCoverageStore, String notification, org.gvsig.tools.undo.command.Command command)
-
-
Method Details
-
getSource
public org.gvsig.fmap.dal.DataStore getSource()- Specified by:
getSourcein interfaceorg.gvsig.fmap.dal.DataStoreNotification
-