Interface VoucherChangedHandler

All Known Implementing Classes:
DebitorVoucherChangedHandler, DonationVoucherChangedHandler

public interface VoucherChangedHandler
This interface is used to implement handlers that are called whenever a voucher that is related to targetEntity was changed. This is used to recalculate debitors when related vouchers change.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    runHandler(Entity targetEntity)
     
  • Method Details

    • runHandler

      void runHandler(Entity targetEntity)