Uses of Interface
org.apache.sis.storage.event.StoreListener
Packages that use StoreListener
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.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and create features from a JDBC connection to a database.
- 
Uses of StoreListener in org.apache.sis.storageMethods in org.apache.sis.storage with parameters of type StoreListenerModifier and TypeMethodDescription<T extends StoreEvent>
 voidAbstractResource.addListener(Class<T> eventType, StoreListener<? super T> listener) Registers a listener to notify when the specified kind of event occurs in this resource or in children.<T extends StoreEvent>
 voidDataStore.addListener(Class<T> eventType, StoreListener<? super T> listener) Registers a listener to notify when the specified kind of event occurs in this data store or in a resource.<T extends StoreEvent>
 voidResource.addListener(Class<T> eventType, StoreListener<? super T> listener) Registers a listener to notify when the specified kind of event occurs in this resource or in children.<T extends StoreEvent>
 voidAbstractResource.removeListener(Class<T> eventType, StoreListener<? super T> listener) Unregisters a listener previously added to this resource for the given type of events.<T extends StoreEvent>
 voidDataStore.removeListener(Class<T> eventType, StoreListener<? super T> listener) Unregisters a listener previously added to this data store for the given type of events.<T extends StoreEvent>
 voidResource.removeListener(Class<T> eventType, StoreListener<? super T> listener) Unregisters a listener previously added to this resource for the given type of events.
- 
Uses of StoreListener in org.apache.sis.storage.eventMethods in org.apache.sis.storage.event with parameters of type StoreListenerModifier and TypeMethodDescription<E extends StoreEvent>
 voidStoreListeners.addListener(Class<E> eventType, StoreListener<? super E> listener) Registers a listener to notify when the specified kind of event occurs.<E extends StoreEvent>
 booleanStoreListeners.hasListener(Class<E> eventType, StoreListener<? super E> listener) Returnstrueif the given listener is registered for the given type or a super-type.<E extends StoreEvent>
 voidStoreListeners.removeListener(Class<E> eventType, StoreListener<? super E> listener) Unregisters a listener previously added for the given type of events.
- 
Uses of StoreListener in org.apache.sis.storage.geotiffMethods in org.apache.sis.storage.geotiff with parameters of type StoreListenerModifier and TypeMethodDescription<T extends StoreEvent>
 voidGeoTiffStore.addListener(Class<T> eventType, StoreListener<? super T> listener) Registers a listener to notify when the specified kind of event occurs in this data store.
- 
Uses of StoreListener in org.apache.sis.storage.landsatMethods in org.apache.sis.storage.landsat with parameters of type StoreListenerModifier and TypeMethodDescription<T extends StoreEvent>
 voidLandsatStore.addListener(Class<T> eventType, StoreListener<? super T> listener) Registers a listener to notify when the specified kind of event occurs in this data store.
- 
Uses of StoreListener in org.apache.sis.storage.netcdfMethods in org.apache.sis.storage.netcdf with parameters of type StoreListenerModifier and TypeMethodDescription<T extends StoreEvent>
 voidNetcdfStore.addListener(Class<T> eventType, StoreListener<? super T> listener) Registers a listener to notify when the specified kind of event occurs in this data store.
- 
Uses of StoreListener in org.apache.sis.storage.sqlMethods in org.apache.sis.storage.sql with parameters of type StoreListenerModifier and TypeMethodDescription<T extends StoreEvent>
 voidSQLStore.addListener(Class<T> eventType, StoreListener<? super T> listener) Registers a listener to notify when the specified kind of event occurs in this data store.