scitotec/passage-of-time

Convenient event classes for Mathias Verraes Passage of Time Event concept.

v0.0.1 2023-01-20 13:22 UTC

This package is not auto-updated.

Last update: 2024-06-08 19:18:06 UTC


README

Passage of Time is an implementation of the Passage of Time Event idea, originally presented by Mathias Verraes.

It defines the following events to attach business logic to:

  • MinuteHasPassed - signals the end of a minute
  • HourHasPassed - signals the end of an hour
  • DayHasPassed - signals the end of a day
  • WeekHasPassed - signals the end of a week
  • MonthHasPassed - signals the end of a month
  • QuarterHasPassed - signals the end of a quarter
  • YearHasPassed - signals the end of a year