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 void
onBroken(Atom refAtom, TARGET target)
Called when the reference has been broken, i.e.void
onResolved(Atom refAtom, TARGET target)
Called when the reference has been resolved.