Interface DataStoreNotification

All Superinterfaces:
org.gvsig.tools.observer.Notification
All Known Subinterfaces:
FeatureStoreNotification, RasterStoreNotification

public interface DataStoreNotification extends org.gvsig.tools.observer.Notification
This interface represents a notification produced by a DataStore. Notifications can be of several types. This interface also defines a set of constants that represent the types of notifications that a DataStore can produce.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Fired after closing the store
    static final String
    Fired after disposing the store
    static final String
    Fired after opening the store
    static final String
    Fired before closing the store
    static final String
    Fired before disposing the store
    static final String
    Fired before opening the store
    static final String
    Complex notification for special situations
    static final String
    Fired when a resource of the store has changed
    static final String
    Fired after the store selection has changed
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the DataStore that produced this notification

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

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