public static interface LocalObjectTracker.LocalObjectListener
LocalObjectTracker| Modifier and Type | Method and Description |
|---|---|
void |
objectAdded(int index,
LocalObjectTracker.ObjectLink objectLink)
Report that an Object was added to the LocalObjectTracker.
|
void |
objectDeleted(int index,
LocalObjectTracker.ObjectLink objectLink)
Report that an Object was deleted from the LocalObjectTracker.
|
void |
objectModified(int index,
LocalObjectTracker.ObjectLink objectLink)
Report that an Object was modified in the LocalObjectTracker.
|
void objectAdded(int index,
LocalObjectTracker.ObjectLink objectLink)
index - zero-based index into tracker listobjectLink - ObjectLink containing the new Objectvoid objectModified(int index,
LocalObjectTracker.ObjectLink objectLink)
index - zero-based index into tracker listobjectLink - ObjectLink containing the modified Objectvoid objectDeleted(int index,
LocalObjectTracker.ObjectLink objectLink)
index - zero-based index into tracker listobjectLink - ObjectLink containing the deleted Object