Package com.iizix.prop
Interface IReferenceOwner<TARGET extends IPropCnr>
- All Known Subinterfaces:
- ITextTableReferenceOwner
- All Known Implementing Classes:
- EditorTextTable,- TextTable
public interface IReferenceOwner<TARGET extends IPropCnr>
Interface used to listen to changes in references.
- Author:
- Christopher Mindus
- Method Summary
- Method Details- onResolvedCalled when the reference has been resolved.- Parameters:
- refAtom- The atom of the reference property.
- target- The target reference.
 
- onBrokenCalled when the reference has been broken, i.e. unresolved.- Parameters:
- refAtom- The atom of the reference property.
- target- The target reference.