com.atlassian.confluence.search.contentnames
Class SemaphoreRefreshListener

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

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

Listener that listens for changes to the global configuration. If the maximum number of quick nav requests has changed, it will call SemaphoreHolder.refreshSemaphore().


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

Constructor Detail

SemaphoreRefreshListener

public SemaphoreRefreshListener()
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

setContentNameSearchSemaphoreHolder

public void setContentNameSearchSemaphoreHolder(SemaphoreHolder contentNameSearchSemaphoreHolder)


Copyright © 2003-2013 Atlassian. All Rights Reserved.