Uses of Interface
org.apache.commons.configuration2.builder.EventListenerProvider
-
Packages that use EventListenerProvider Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects. -
-
Uses of EventListenerProvider in org.apache.commons.configuration2.builder
Classes in org.apache.commons.configuration2.builder that implement EventListenerProvider Modifier and Type Class Description class
EventListenerParameters
A specialized parameters implementation forBasicConfigurationBuilder
which allows for a convenient event listener initialization.
-