Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.event.ProfileSearchIndexEvent

Packages that use ProfileSearchIndexEvent
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of ProfileSearchIndexEvent in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event with parameters of type ProfileSearchIndexEvent
 void ProfileSearchIndexEventDispatcher.dispatchEvent(ProfileSearchIndexEvent event)
           
 void ProfileSearchIndexListener.optimizeCompleted(ProfileSearchIndexEvent event)
          Fired when an index optimization is completed.
 void ProfileSearchIndexListener.optimizeStarted(ProfileSearchIndexEvent event)
          Fired when an index optimization is started.
 void ProfileSearchIndexListener.rebuildCompleted(ProfileSearchIndexEvent event)
          Fired when an index rebuild is completed.
 void ProfileSearchIndexListener.rebuildStarted(ProfileSearchIndexEvent event)
          Fired when an index rebuild is started.
 void ProfileSearchIndexListener.updateCompleted(ProfileSearchIndexEvent event)
          Fired when an index update is completed.
 void ProfileSearchIndexListener.updateStarted(ProfileSearchIndexEvent event)
          Fired when an index update is started.
 void ProfileSearchIndexListener.userAdded(ProfileSearchIndexEvent event)
          Fired when a user is added to the index.
 void ProfileSearchIndexListener.userDeleted(ProfileSearchIndexEvent event)
          Fired when a user is deleted from the search index.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.