|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentModificationListener
Interface of listener changes of content.
| Method Summary | |
|---|---|
void |
update(ContentEntry addedEntry,
String removedEntry)
Notify listener about changes in content. |
void |
update(List<ContentEntry> addedEntries,
Set<String> removedEntries)
Notify listener about changes in content with default InvocationContext. |
void |
update(List<ContentEntry> addedEntries,
Set<String> removedEntries,
InvocationContext invocationContext)
Notify listener about changes in content. |
| Method Detail |
|---|
void update(ContentEntry addedEntry,
String removedEntry)
throws IndexModificationException
addedEntry - - added contentremovedEntry - - removed content
IndexModificationException
void update(List<ContentEntry> addedEntries,
Set<String> removedEntries,
InvocationContext invocationContext)
throws IndexModificationException
addedEntries - - added contentremovedEntries - - removed content
IndexModificationException
void update(List<ContentEntry> addedEntries,
Set<String> removedEntries)
throws IndexModificationException
InvocationContext.
addedEntries - - added contentremovedEntries - - removed content
IndexModificationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||