public class PropertyRestrictionListener extends Object implements ChangeListener
| Constructor and Description |
|---|
PropertyRestrictionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
doDeleted(Object oldObj,
EditProcessObject epo)
If the deleted property had a non-null restriction, rebuild the bean.
|
void |
doInserted(Object newObj,
EditProcessObject epo)
Update the inserted property.
|
void |
doUpdated(Object oldObj,
Object newObj,
EditProcessObject epo)
Update the changed property.
|
public void doDeleted(Object oldObj, EditProcessObject epo)
doDeleted in interface ChangeListenerpublic void doInserted(Object newObj, EditProcessObject epo)
doInserted in interface ChangeListenerpublic void doUpdated(Object oldObj, Object newObj, EditProcessObject epo)
doUpdated in interface ChangeListenerCopyright © 2016. All rights reserved.