|
Jive Forums API (5.5.20.2-oracle) 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 an search index event is fired. Concrete implementations of this class should 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
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |