classes/Events.md

Events (trait)

Overview:

Events provides a simple listener registry for any class using it.

Use the Events trait to add class-local event hooks to your own modules, enabling plugin-like extension points without external dependencies.

Public API: