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
DataStore.listeners
The set of registeredStoreListener
s for this data store. -
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.