ste-core
v3.0.11
Published
Core files for the Strongly Typed Events project.
Downloads
42,058
Maintainers
Readme
Strongly Typed Events - Core
Core package for the Strongly Typed Events projects. This project adds events to your projecs. Because events can have multiple flavours, we've created multiple packages.
Packages
The project is separated into multiple packages, so you only need to include what you need. We have the following packages:
|Package|Description|
|-------|-----------|
|ste-core
|Package that contains all the building blocks for the creation of events. The dispatcher implementation is its main hero.|
|ste-events
|Events that are modeled after .Net with a sender
and argument
. If you use typescript, you can leverage the support for generics and get strongly typed code.|
|ste-simple-events
|A simpler version of the ste-event
-event. No sender, just an argument.|
|ste-signals
|A signal is even simpler, it is just a callback for when you need to be alerted without any scope.|
|strongly-typed-events
|This package includes everything.|
|ste-browser
|Helps to host events in the browser.|
Maintenance
This project is maintained by Kees C. Bakker.