Uses of Interface
org.apache.sis.util.logging.WarningListener
-
Packages that use WarningListener Package Description org.apache.sis.util.logging Extensions to the JDK logging framework. -
-
Uses of WarningListener in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging that return types with arguments of type WarningListener Modifier and Type Method Description List<WarningListener<? super S>>WarningListeners. getListeners()Deprecated.Returns all registered warning listeners, or an empty list if none.Methods in org.apache.sis.util.logging with parameters of type WarningListener Modifier and Type Method Description voidWarningListeners. addWarningListener(WarningListener<? super S> listener)Deprecated.Adds a listener to be notified when a warning occurred.voidWarningListeners. removeWarningListener(WarningListener<? super S> listener)Deprecated.Removes a previously registered listener.
-