| Package | Description |
|---|---|
| java.beans | |
| java.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyChangeListener
A "PropertyChange" event gets fired whenever a bean changes a "bound"
property.
|
interface |
VetoableChangeListener
A VetoableChange event gets fired whenever a bean changes a "constrained"
property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyChangeListenerProxy
A class which extends the
EventListenerProxy
specifically for adding a PropertyChangeListener
with a "bound" property. |
class |
VetoableChangeListenerProxy
A class which extends the
EventListenerProxy
specifically for adding a VetoableChangeListener
with a "constrained" property. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventListenerProxy<T extends EventListener>
An abstract wrapper class for an
EventListener class
which associates a set of additional parameters with the listener. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventListenerProxy<T extends EventListener>
An abstract wrapper class for an
EventListener class
which associates a set of additional parameters with the listener. |
Copyright © 2013 API Design. All Rights Reserved.