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 |
---|---|
<T extends Event> |
EventListenerParameters.addEventListener(EventListenerRegistrationData<T> registrationData)
Adds the specified
EventListenerRegistrationData instance to this
object. |
Modifier and Type | Method and Description |
---|---|
List<EventListenerRegistrationData<?>> |
BaseEventSource.getEventListenerRegistrations()
Returns a list with all
EventListenerRegistrationData objects
currently contained for this event source. |
List<EventListenerRegistrationData<?>> |
EventListenerList.getRegistrations()
Returns an (unmodifiable) list with registration information about all
event listeners registered at this object.
|
<T extends Event> |
EventListenerList.getRegistrationsForSuperType(EventType<T> eventType)
Returns a list with
EventListenerRegistrationData objects for all
event listener registrations of the specified event type or an event type
having this type as super type (directly or indirectly). |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
EventListenerList.addEventListener(EventListenerRegistrationData<T> regData)
Adds the specified listener registration data object to the internal list
of event listeners.
|
<T extends Event> |
EventListenerList.removeEventListener(EventListenerRegistrationData<T> regData)
Removes the event listener registration defined by the passed in data
object.
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.