| Package | Description |
|---|---|
| java.beans |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedPropertyChangeEvent
An "IndexedPropertyChange" event gets delivered whenever a component that
conforms to the JavaBeans™ specification (a "bean") changes a bound
indexed property.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyChangeEvent |
PropertyVetoException.getPropertyChangeEvent()
Gets the vetoed
PropertyChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyChangeSupport.firePropertyChange(PropertyChangeEvent event)
Fires a property change event to listeners
that have been registered to track updates of
all properties or a property with the specified name.
|
void |
VetoableChangeSupport.fireVetoableChange(PropertyChangeEvent event)
Fires a property change event to listeners
that have been registered to track updates of
all properties or a property with the specified name.
|
void |
PropertyChangeListenerProxy.propertyChange(PropertyChangeEvent event)
Forwards the property change event to the listener delegate.
|
void |
PropertyChangeListener.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
|
void |
VetoableChangeListenerProxy.vetoableChange(PropertyChangeEvent event)
Forwards the property change event to the listener delegate.
|
void |
VetoableChangeListener.vetoableChange(PropertyChangeEvent evt)
This method gets called when a constrained property is changed.
|
| Constructor and Description |
|---|
PropertyVetoException(String mess,
PropertyChangeEvent evt)
Constructs a
PropertyVetoException with a
detailed message. |
Copyright © 2015 API Design. All Rights Reserved.