Uses of Class
org.apache.sis.util.logging.WarningListeners
-
Packages that use WarningListeners Package Description org.apache.sis.storage.event Provides interfaces and classes for dealing with different types of events fired by resources.org.apache.sis.util.logging Extensions to the JDK logging framework. -
-
Uses of WarningListeners in org.apache.sis.storage.event
Subclasses of WarningListeners in org.apache.sis.storage.event Modifier and Type Class Description class
StoreListeners
Holds a list ofStoreListener
instances and provides convenience methods for sending events. -
Uses of WarningListeners in org.apache.sis.util.logging
Constructors in org.apache.sis.util.logging with parameters of type WarningListeners Constructor Description WarningListeners(S source, WarningListeners<? super S> other)
Deprecated.Creates a new instance initialized with the same listeners than the given instance.
-