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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBroken(Atom refAtom, TARGET target)Called when the reference has been broken, i.e.voidonResolved(Atom refAtom, TARGET target)Called when the reference has been resolved.