|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileSearchIndexListener
A ProfileSearchIndexListener gets notified anytime a profile search index event is fired. Concrete implementations of this class must have a zero argument constructor.
| Method Summary | |
|---|---|
void |
optimizeCompleted(ProfileSearchIndexEvent event)
Fired when an index optimization is completed. |
void |
optimizeStarted(ProfileSearchIndexEvent event)
Fired when an index optimization is started. |
void |
rebuildCompleted(ProfileSearchIndexEvent event)
Fired when an index rebuild is completed. |
void |
rebuildStarted(ProfileSearchIndexEvent event)
Fired when an index rebuild is started. |
void |
updateCompleted(ProfileSearchIndexEvent event)
Fired when an index update is completed. |
void |
updateStarted(ProfileSearchIndexEvent event)
Fired when an index update is started. |
void |
userAdded(ProfileSearchIndexEvent event)
Fired when a user is added to the index. |
void |
userDeleted(ProfileSearchIndexEvent event)
Fired when a user is deleted from the search index. |
| Method Detail |
|---|
void userAdded(ProfileSearchIndexEvent event)
event - the ProfileSearchIndexEventvoid userDeleted(ProfileSearchIndexEvent event)
event - the ProfileSearchIndexEventvoid rebuildStarted(ProfileSearchIndexEvent event)
event - the ProfileSearchIndexEventvoid rebuildCompleted(ProfileSearchIndexEvent event)
event - the ProfileSearchIndexEventvoid updateStarted(ProfileSearchIndexEvent event)
event - the ProfileSearchIndexEventvoid updateCompleted(ProfileSearchIndexEvent event)
event - the ProfileSearchIndexEventvoid optimizeStarted(ProfileSearchIndexEvent event)
event - the ProfileSearchIndexEventvoid optimizeCompleted(ProfileSearchIndexEvent event)
event - the ProfileSearchIndexEvent
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||