|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReferenceable
Interface for all resources that can be passed as referents through the filter events.
| Method Summary | |
|---|---|
int |
getReferenceCount()
Gets the number of time this referent is referenced to. |
boolean |
isReferent()
Indicates if this resource is a referent (i.e. |
void |
setIsReferent(boolean value)
Sets the flag indicating if this resource is a referent (i.e. |
void |
setReferenceCount(int value)
Sets the number of time this referent is referenced to. |
| Method Detail |
|---|
void setIsReferent(boolean value)
value - true if the resource is a referent, false if it is not.boolean isReferent()
int getReferenceCount()
void setReferenceCount(int value)
value - the number of time this referent is referenced to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||