| java.lang.Object | |
| ↳ | java.util.EventListenerProxy |
Known Direct Subclasses
|
|||||||||||||
This abstract class provides a simple wrapper for objects of type
EventListener
.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
EventListener
proxy instance.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the wrapped
EventListener
.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||
Creates a new
EventListener
proxy instance.
| listener | the listener wrapped by this proxy. |
|---|
Returns the wrapped
EventListener
.
EventListener
.