Uses of Class
org.apache.sis.storage.event.StoreListeners
-
Packages that use StoreListeners Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats.org.apache.sis.storage.event 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 StoreListeners Modifier and Type Field Description protected 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 StoreListeners Constructor Description StoreListeners(StoreListeners parent, Resource source)
Creates a new instance with the given parent and initially no listener.
-