Package | Description |
---|---|
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
EventListenerParameters.addEventListener(EventListenerRegistrationData<T> registrationData)
Adds the specified
EventListenerRegistrationData instance to this
object. |
<T extends Event> |
EventListenerParameters.addEventListener(EventType<T> eventType,
EventListener<? super T> listener)
Adds an event listener of the specified event type to this object.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.