|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEContentAdapter
edu.ksu.cis.cadena.core.BackReferencesMaintainer
public class BackReferencesMaintainer
Adapter to do the book-keeping for backreferences. This allows any object in the CALM hierarchy to "know" which others point to it.
| Method Summary | |
|---|---|
static BackReferencesMaintainer |
getBackReferencesMaintainer()
|
void |
insertBackReferences(CalmObject o)
Recursively register back-references with the objects pointed to. |
void |
notifyChanged(Notification notification)
|
void |
removeBackReferences(CalmObject o)
Recursively unregister back-references with objects pointed to. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BackReferencesMaintainer getBackReferencesMaintainer()
public void notifyChanged(Notification notification)
public void insertBackReferences(CalmObject o)
o.
public void removeBackReferences(CalmObject o)
o.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||