|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataObjectChildListener
Interface for data objects that listen for child property changes.
See
DataObjects.registerChildValue(IDataObjectChildListener, Object, Object)
for a use of this.
Field Summary |
---|
Fields inherited from interface dsto.dfc.databeans.IDataObject |
---|
OVERRIDE, PERSISTENT, PERSISTENT_OVERRIDE, TRANSIENT, TRANSIENT_OVERRIDE |
Method Summary | |
---|---|
void |
childPropertyChanged(Object childProperty,
PropertyEvent e)
Called when a child data object's property changes. |
Methods inherited from interface dsto.dfc.databeans.IDataObject |
---|
addPropertyListener, getPropertyListeners, getTypeInfo, getValue, isTransient, propertyIterator, removePropertyListener, setValue, setValue, shallowClone |
Method Detail |
---|
void childPropertyChanged(Object childProperty, PropertyEvent e)
childProperty
- The property the child is registered under.e
- The property change event emitted by the child.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |