|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocatorListener
| Method Summary | |
|---|---|
LocalLocator |
locatorLoaded(LocalLocator target,
LocalLocator parent,
int childIndex)
Informs that a LocalLocator has been loaded. |
SystemNode |
lookup(LocalLocator loc)
Requests a lookup of a Node with the specified LocalLocator. |
void |
nodeLoaded(LocalLocator loc,
SystemNode node,
boolean hasOutgoing)
Informs that a Node with the specified LocalLocator
has been loaded. |
void |
nodeSaved(LocalLocator loc,
SystemNode node,
boolean hasOutgoing)
Informs that a Node with the specified LocalLocator
has been saved. |
| Method Detail |
|---|
LocalLocator locatorLoaded(LocalLocator target,
LocalLocator parent,
int childIndex)
LocalLocator has been loaded.
Since the FileSystemIdentifier might not have been persisted it may
be wrong, so this is an opportunity for a listener to correct it
to the correct fsi.
void nodeLoaded(LocalLocator loc,
SystemNode node,
boolean hasOutgoing)
Node with the specified LocalLocator
has been loaded.
void nodeSaved(LocalLocator loc,
SystemNode node,
boolean hasOutgoing)
Node with the specified LocalLocator
has been saved.
SystemNode lookup(LocalLocator loc)
Node with the specified LocalLocator.
Can return null to indicate that it is unknown, in which case
the Node will just be loaded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||