com.atlassian.confluence.search.listeners
Class UpdateLabelsInChangeIndexListener

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

public class UpdateLabelsInChangeIndexListener
extends Object
implements com.atlassian.event.EventListener

Updates the label information in the change index whenever a label has been associated or disassociated with a piece of content.


Constructor Summary
UpdateLabelsInChangeIndexListener()
           
 
Method Summary
 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

UpdateLabelsInChangeIndexListener

public UpdateLabelsInChangeIndexListener()
Method Detail

handleEvent

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

getHandledEventClasses

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

setChangeIndexer

public void setChangeIndexer(ChangeIndexer changeIndexer)


Copyright © 2003-2012 Atlassian. All Rights Reserved.