public interface DBObjectReference extends Reference
 It is recommended that you extend
 IdReference with any Reference
 implementation.
 
In order for a DBObjectReference to have its DBObjectListener called, its ReferenceProvider must implement DBObjectReferenceProvider to provide the list of properties that are of interest.
DBObjectReferenceProvider| Modifier and Type | Method and Description | 
|---|---|
void | 
declarationRemoved()
Notifies the Reference that the declaration that is being referenced
 has been deleted. 
 | 
DBObjectListener | 
getListener()
Gets a DBObjectListener associated with this Reference to be notified
 of any change to the referenced DBObject. 
 | 
getURL, isReferenceTo, resolve, showDBObjectListener getListener()
void declarationRemoved()