|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReferenceListener
Listens for Reference events such as the relocation of data
pointed to by a location dependent reference (Locator), and
the mapping of a node to a location independent value reference.
| Method Summary | |
|---|---|
ContentValueReference |
lookup(Node node)
Request a lookup of the value reference of a node. |
void |
referenceComputed(Node node,
ContentValueReference vref)
Allow the listener to register a new mapping between a node and a value reference. |
void |
referenceMoved(Locator oldLoc,
Locator newLoc)
Indicates that the data pointed to by oldLoc has been
relocated to newLoc. |
| Method Detail |
|---|
void referenceMoved(Locator oldLoc,
Locator newLoc)
oldLoc has been
relocated to newLoc.
ContentValueReference lookup(Node node)
void referenceComputed(Node node,
ContentValueReference vref)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||