Uses of Class
org.apache.commons.configuration2.event.EventListenerList
Packages that use EventListenerList
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration objects.
A package containing the implementation of the builder for combined configurations.
This package contains interfaces and classes for receiving notifications about changes at configurations.
This package contains classes and interfaces related to the reloading mechanism.
-
Uses of EventListenerList in org.apache.commons.configuration2.builder
Fields in org.apache.commons.configuration2.builder declared as EventListenerListModifier and TypeFieldDescriptionprivate final EventListenerListBasicConfigurationBuilder.eventListenersAn object managing the event listeners registered at this builder.private final EventListenerListEventListenerParameters.eventListenersStores the event listener registrations added to this object.Methods in org.apache.commons.configuration2.builder that return EventListenerListModifier and TypeMethodDescriptionEventListenerParameters.getListeners()EventListenerProvider.getListeners()Gets anEventListenerListobject with information about event listener registrations.Methods in org.apache.commons.configuration2.builder with parameters of type EventListenerListModifier and TypeMethodDescriptionprotected 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.builder.combined
Fields in org.apache.commons.configuration2.builder.combined declared as EventListenerListModifier and TypeFieldDescriptionprivate final EventListenerListMultiFileConfigurationBuilder.configurationListenersA list for the event listeners to be passed to managed builders. -
Uses of EventListenerList in org.apache.commons.configuration2.event
Fields in org.apache.commons.configuration2.event declared as EventListenerListModifier and TypeFieldDescriptionprivate EventListenerListBaseEventSource.eventListenersThe list for managing registered event listeners.Methods in org.apache.commons.configuration2.event with parameters of type EventListenerListModifier and TypeMethodDescriptionvoidEventListenerList.addAll(EventListenerList c) Adds all event listener registrations stored in the specifiedEventListenerListto this list. -
Uses of EventListenerList in org.apache.commons.configuration2.reloading
Fields in org.apache.commons.configuration2.reloading declared as EventListenerListModifier and TypeFieldDescriptionprivate final EventListenerListReloadingController.listenersThe helper object which manages the registered event listeners.