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, values

    Fields 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

    Fields inherited from interface org.gvsig.fmap.dal.raster.RasterStoreNotification

    AFTER_REFRESH, BEFORE_REFRESH, DATASET_CHANGED, STORE_PROVIDER_CHANGED
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultRasterStoreNotification(org.gvsig.fmap.dal.DataStore source, String type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.dal.DataStore
     

    Methods inherited from class org.gvsig.tools.observer.BaseNotification

    abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.tools.observer.Notification

    abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue
  • Constructor Details

    • DefaultRasterStoreNotification

      public DefaultRasterStoreNotification(org.gvsig.fmap.dal.DataStore source, String type)
      Parameters:
      source -
      type -
  • Method Details

    • getSource

      public org.gvsig.fmap.dal.DataStore getSource()
      Specified by:
      getSource in interface org.gvsig.fmap.dal.DataStoreNotification