| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
EventListenerProxy
This abstract class provides a simple wrapper for objects of type
EventListener. |
| Modifier and Type | Method and Description |
|---|---|
EventListener |
EventListenerProxy.getListener()
Returns the wrapped
EventListener. |
| Constructor and Description |
|---|
EventListenerProxy(EventListener listener)
Creates a new
EventListener proxy instance. |
Copyright © 2022. All rights reserved.