Package | Description |
---|---|
jadex.commons.beans | |
jadex.commons.beans.beancontext |
Modifier and Type | Method and Description |
---|---|
void |
VetoableChangeSupport.fireVetoableChange(PropertyChangeEvent event) |
void |
VetoableChangeSupport.fireVetoableChange(String propertyName,
boolean oldValue,
boolean newValue) |
void |
VetoableChangeSupport.fireVetoableChange(String propertyName,
int oldValue,
int newValue) |
void |
VetoableChangeSupport.fireVetoableChange(String propertyName,
Object oldValue,
Object newValue) |
void |
VetoableChangeListenerProxy.vetoableChange(PropertyChangeEvent evt) |
void |
VetoableChangeListener.vetoableChange(PropertyChangeEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
BeanContextChildSupport.fireVetoableChange(String name,
Object oldValue,
Object newValue) |
void |
BeanContextChildSupport.setBeanContext(BeanContext bc) |
void |
BeanContextChild.setBeanContext(BeanContext bc) |
void |
BeanContextSupport.setLocale(Locale newLocale)
Sets the locale of this context.
|
void |
BeanContextSupport.vetoableChange(PropertyChangeEvent pce) |
Copyright © 2013. All Rights Reserved.