Uses of Class
org.apache.commons.configuration2.event.EventListenerList
-
Packages that use EventListenerList Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects.org.apache.commons.configuration2.event This package contains interfaces and classes for receiving notifications about changes at configurations. -
-
Uses of EventListenerList in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return EventListenerList Modifier and Type Method Description EventListenerList
EventListenerParameters. getListeners()
EventListenerList
EventListenerProvider. getListeners()
Gets anEventListenerList
object with information about event listener registrations.Methods in org.apache.commons.configuration2.builder with parameters of type EventListenerList Modifier and Type Method Description protected void
BasicConfigurationBuilder. copyEventListeners(BasicConfigurationBuilder<?> target, EventListenerList listeners)
Copies all event listeners in the specified list to the specified target configuration builder. -
Uses of EventListenerList in org.apache.commons.configuration2.event
Methods in org.apache.commons.configuration2.event with parameters of type EventListenerList Modifier and Type Method Description void
EventListenerList. addAll(EventListenerList c)
Adds all event listener registrations stored in the specifiedEventListenerList
to this list.
-