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 StoreListenersAbstractResource.listenersThe set of registeredStoreListeners for this resources.protected final StoreListenersDataStore.listenersThe set of registeredStoreListeners for this data store.Constructors in org.apache.sis.storage with parameters of type StoreListenersModifierConstructorDescriptionprotectedAbstractFeatureSet(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners.protectedAbstractGridCoverageResource(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners.protectedAbstractResource(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.