com.atlassian.confluence.event.listeners
Class ThumbnailRemovingListener
java.lang.Object
com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
- All Implemented Interfaces:
- com.atlassian.event.EventListener
public class ThumbnailRemovingListener
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThumbnailRemovingListener
public ThumbnailRemovingListener()
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
setThumbnailManager
public void setThumbnailManager(ThumbnailManager thumbnailManager)
Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.