|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclarion.clarion.runtime.OverGlue
public class OverGlue
This class allows an object to call setOver() another object. Changes in one object are propagated to other via their memory models as expressed via ClarionMemoryModel interface Objects are weakly linked. Once one of the objects becomes unreferencable the Glue dissolves.
| Constructor Summary | |
|---|---|
OverGlue(ClarionMemoryModel left,
ClarionMemoryModel right)
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
void |
finalize()
|
void |
objectChanged(ClarionMemoryModel model)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OverGlue(ClarionMemoryModel left,
ClarionMemoryModel right)
| Method Detail |
|---|
public void objectChanged(ClarionMemoryModel model)
objectChanged in interface ClarionMemoryChangeListenerpublic void finalize()
finalize in class java.lang.Objectpublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||