Class ThumbnailDeleter
- java.lang.Object
-
- org.silverpeas.core.io.media.image.thumbnail.control.ThumbnailDeleter
-
- All Implemented Interfaces:
ContributionDeletion
@Service public class ThumbnailDeleter extends Object implements ContributionDeletion
Deleter of the thumbnail associated with the contribution that has been deleted.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description ThumbnailDeleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(Contribution contribution)
Deletes the resources belonging to the specified contribution.
-
-
-
Method Detail
-
delete
public void delete(Contribution contribution)
Description copied from interface:ContributionDeletion
Deletes the resources belonging to the specified contribution. This method is invoked by the generic contribution deletion service when an event about the deletion of a contribution is received.- Specified by:
delete
in interfaceContributionDeletion
- Parameters:
contribution
- the contribution that was deleted.
-
-