Package | Description |
---|---|
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
org.apache.commons.configuration2.event |
This package contains interfaces and classes for receiving notifications
about changes at configurations.
|
Modifier and Type | Method and Description |
---|---|
EventListenerList |
EventListenerProvider.getListeners()
Returns an
EventListenerList object with information about event
listener registrations. |
EventListenerList |
EventListenerParameters.getListeners() |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicConfigurationBuilder.copyEventListeners(BasicConfigurationBuilder<?> target,
EventListenerList listeners)
Copies all event listeners in the specified list to the specified target
configuration builder.
|
Modifier and Type | Method and Description |
---|---|
void |
EventListenerList.addAll(EventListenerList c)
Adds all event listener registrations stored in the specified
EventListenerList to this list. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.