Class ContributionReminderListener

    • Constructor Detail

      • ContributionReminderListener

        public ContributionReminderListener()
    • Method Detail

      • update

        public void update​(Contribution before,
                           Contribution after)
        Description copied from interface: ContributionModification
        Updates the resources belonging to the specified contribution. This method is invoked by the generic contribution modification service when an event about the modification of a contribution is received.
        Specified by:
        update in interface ContributionModification
        Parameters:
        before - the contribution before the modification.
        after - the contribution after the modification.
      • move

        public void move​(Contribution before,
                         Contribution after)
        Description copied from interface: ContributionMove
        Updates the resources belonging to the specified contribution. This method is invoked by the generic contribution modification service when an event about the modification of a contribution is received.
        Specified by:
        move in interface ContributionMove
        Parameters:
        before - the contribution before the move and from which the source location can be figuring out.
        after - the contribution after the move and from which the destination location can be figuring out.
      • 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.