com.atlassian.confluence.search.listeners
Class UpdateSpacesInChangeIndexListener

java.lang.Object
  extended by com.atlassian.confluence.search.listeners.UpdateSpacesInChangeIndexListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class UpdateSpacesInChangeIndexListener
extends java.lang.Object
implements com.atlassian.event.EventListener

Responsible for updating space information (such as space key and space names in the change index) when a page is moved to a different space.


Constructor Summary
UpdateSpacesInChangeIndexListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setChangeIndexer(ChangeIndexer changeIndexer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateSpacesInChangeIndexListener

public UpdateSpacesInChangeIndexListener()
Method Detail

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Specified by:
handleEvent in interface com.atlassian.event.EventListener

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener

setChangeIndexer

public void setChangeIndexer(ChangeIndexer changeIndexer)


Copyright © 2003-2010 Atlassian. All Rights Reserved.