Class ThumbnailDeleter

    • Constructor Detail

      • ThumbnailDeleter

        public ThumbnailDeleter()
    • 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 interface ContributionDeletion
        Parameters:
        contribution - the contribution that was deleted.