| Package | Description |
|---|---|
| jadex.commons |
This package contains generic utility classes.
|
| jadex.commons.beans | |
| jadex.commons.beans.beancontext |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePropertyChangeSupport.firePropertyChange(PropertyChangeEvent evt)
Fire an existing PropertyChangeEvent to any registered listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedPropertyChangeEvent
A type of
PropertyChangeEvent that indicates that an indexed property
has changed. |
| Modifier and Type | Method and Description |
|---|---|
PropertyChangeEvent |
PropertyVetoException.getPropertyChangeEvent()
Gets the property change event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyChangeSupport.firePropertyChange(PropertyChangeEvent event) |
void |
VetoableChangeSupport.fireVetoableChange(PropertyChangeEvent event) |
void |
PropertyChangeListenerProxy.propertyChange(PropertyChangeEvent event) |
void |
PropertyChangeListener.propertyChange(PropertyChangeEvent event) |
void |
VetoableChangeListenerProxy.vetoableChange(PropertyChangeEvent evt) |
void |
VetoableChangeListener.vetoableChange(PropertyChangeEvent evt) |
| Constructor and Description |
|---|
PropertyVetoException(String message,
PropertyChangeEvent event)
Constructs an instance with a message and the change event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContextSupport.propertyChange(PropertyChangeEvent event) |
void |
BeanContextSupport.vetoableChange(PropertyChangeEvent pce) |
Copyright © 2015. All Rights Reserved.