com.atlassian.confluence.event.listeners
Class ThumbnailRemovingListener

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

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

Removes thumbnails when an attachment is removed or updated. In the case of an update, this allows a new thumbnail to be genereated to reflect the latest version.


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

Constructor Detail

ThumbnailRemovingListener

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

setThumbnailManager

public void setThumbnailManager(ThumbnailManager thumbnailManager)


Copyright © 2003-2012 Atlassian. All Rights Reserved.