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 newConfigurationobjects.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 EventListenerListEventListenerParameters. getListeners()EventListenerListEventListenerProvider. getListeners()Gets anEventListenerListobject with information about event listener registrations.Methods in org.apache.commons.configuration2.builder with parameters of type EventListenerList Modifier and Type Method Description protected voidBasicConfigurationBuilder. 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 voidEventListenerList. addAll(EventListenerList c)Adds all event listener registrations stored in the specifiedEventListenerListto this list.
-