Uses of Class
org.apache.sis.storage.event.StoreListeners
Packages that use StoreListeners
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
Provides interfaces and classes for dealing with different types of events fired by resources.
-
Uses of StoreListeners in org.apache.sis.storage
Fields in org.apache.sis.storage declared as StoreListenersModifier and TypeFieldDescriptionprotected final StoreListeners
AbstractResource.listeners
The set of registeredStoreListener
s for this resources.protected final StoreListeners
DataStore.listeners
The set of registeredStoreListener
s for this data store.Constructors in org.apache.sis.storage with parameters of type StoreListenersModifierConstructorDescriptionprotected
AbstractFeatureSet
(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners.protected
AbstractGridCoverageResource
(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners.protected
AbstractResource
(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners. -
Uses of StoreListeners in org.apache.sis.storage.event
Constructors in org.apache.sis.storage.event with parameters of type StoreListenersModifierConstructorDescriptionStoreListeners
(StoreListeners parent, Resource source) Creates a new instance with the given parent and initially no listener.