|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentImportListener
Listener interface to provide callbacks for all imported updates for interested parties. This is primarily used to record the modifications during the "import" post operation.
| Method Summary | |
|---|---|
void |
onCopy(String srcPath,
String destPath)
An Item has been copied to a new location. |
void |
onCreate(String srcPath)
A Node has been created. |
void |
onDelete(String srcPath)
An Item has been deleted. |
void |
onModify(String srcPath)
Content has been updated. |
void |
onMove(String srcPath,
String destPath)
An Item has been moved to a new location. |
void |
onReorder(String orderedPath,
String beforeSibbling)
A child Node has been reordered. |
| Method Detail |
|---|
void onModify(String srcPath)
void onDelete(String srcPath)
void onMove(String srcPath,
String destPath)
void onCopy(String srcPath,
String destPath)
void onCreate(String srcPath)
void onReorder(String orderedPath,
String beforeSibbling)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||