Package org.gvsig.fmap.dal.raster
Interface RasterStoreNotification
- All Superinterfaces:
DataStoreNotification,org.gvsig.tools.observer.Notification
Notificacions for RasterStore
- Author:
- dmartinezizquierdo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFired before refreshing the storestatic final StringFired before refreshing the storestatic final StringFired when dataset changedstatic final StringFired when store provider changedFields 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 -
Method Summary
Methods inherited from interface org.gvsig.fmap.dal.DataStoreNotification
getSourceMethods inherited from interface org.gvsig.tools.observer.Notification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue
-
Field Details
-
BEFORE_REFRESH
Fired before refreshing the store- See Also:
-
AFTER_REFRESH
Fired before refreshing the store- See Also:
-
DATASET_CHANGED
Fired when dataset changed- See Also:
-
STORE_PROVIDER_CHANGED
Fired when store provider changed- See Also:
-