Uses of Class
org.apache.commons.configuration2.builder.EventListenerParameters
-
Packages that use EventListenerParameters Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects. -
-
Uses of EventListenerParameters in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return EventListenerParameters Modifier and Type Method Description <T extends Event>
EventListenerParametersEventListenerParameters. addEventListener(EventListenerRegistrationData<T> registrationData)
Adds the specifiedEventListenerRegistrationData
instance to this object.<T extends Event>
EventListenerParametersEventListenerParameters. addEventListener(EventType<T> eventType, EventListener<? super T> listener)
Adds an event listener of the specified event type to this object.
-