com.atlassian.confluence.plugin.webresource
Class SuperBatchInvalidatorListener

java.lang.Object
  extended by com.atlassian.confluence.plugin.webresource.SuperBatchInvalidatorListener
All Implemented Interfaces:
com.atlassian.event.EventListener

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

Eventlistener to invalidate the plugins resource counter when a plugin in the super batch is modified in any way.


Constructor Summary
SuperBatchInvalidatorListener()
           
 
Method Summary
 Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setResourceBatchingConfiguration(ConfluenceResourceBatchingConfiguration resourceBatchingConfiguration)
           
 void setSuperbatchResourceCounter(Counter superbatchResourceCounter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperBatchInvalidatorListener

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

setResourceBatchingConfiguration

public void setResourceBatchingConfiguration(ConfluenceResourceBatchingConfiguration resourceBatchingConfiguration)

setSuperbatchResourceCounter

public void setSuperbatchResourceCounter(Counter superbatchResourceCounter)


Copyright © 2003-2012 Atlassian. All Rights Reserved.