Skip to content

Delphi Event Bus 2.0

Compare
Choose a tag to compare
@spinettaro spinettaro released this 22 Nov 20:55
· 41 commits to master since this release
78553a8

New features

  • NEW! Added new Interface based mechanism to declare and handle events!
  • NEW! Added channels for simple string-based events
  • NEW! Removed internal CloneEvent because now events are interface based!

Breaking Changes

  • A subscriber method can only have 1 parameter that is an IInterface or descendants
  • EventBus.Post method can accept only an interface as parameter now