|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Referencing objects are shadows of real objects. Typically, shadows are created to enable a GUI which does not allow the same real object to appear multiple times. In these cases, a unique shadow object is created for each unique instance of the real object.
This interface captures the simple set of methods such a shadow must implement.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
ISystemReferencedObject |
getReferencedObject()
Get the object which we reference |
boolean |
isReferenceBroken()
Return true if this reference is currently broken/unresolved |
int |
removeReference()
Fastpath to getReferencedObject().removeReference(this). |
void |
setReferenceBroken(boolean broken)
Set to true if this reference is currently broken/unresolved |
void |
setReferencedObject(ISystemReferencedObject obj)
Set the object to which we reference |
Field Detail |
public static final String copyright
Method Detail |
public void setReferencedObject(ISystemReferencedObject obj)
public ISystemReferencedObject getReferencedObject()
public int removeReference()
public void setReferenceBroken(boolean broken)
public boolean isReferenceBroken()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |