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, 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
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultCoverageStoreNotification(DefaultCoverageStore defaultCoverageStore, String notification)
     
    DefaultCoverageStoreNotification(DefaultCoverageStore defaultCoverageStore, String notification, org.gvsig.tools.undo.command.Command command)
     
  • 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

    • 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:
      getSource in interface org.gvsig.fmap.dal.DataStoreNotification