Java org.apache.commons.lang3.event EventListenerSupport fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3.event EventListenerSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang3.event EventListenerSupport.

The text is from its open source code.

Constructor

EventListenerSupport(final Class listenerInterface)
Creates an EventListenerSupport object which supports the provided listener interface.
EventListenerSupport(final Class listenerInterface, final ClassLoader classLoader)
Creates an EventListenerSupport object which supports the provided listener interface using the specified class loader to create the JDK dynamic proxy.

Method

EventListenerSupportcreate(final Class listenerInterface)
Creates an EventListenerSupport object which supports the specified listener type.