资 源 简 介
English is not my strongest foreign language. You are welcome to comments ;))
Introduction
Yocef is a Lightweight IoC Event Framework. Yocef is aimed to provide simple, although powerful, pattern to implement events handling on any kind of objects.
With yocef, you can:
* Use Events in a normalized way whatever the Event paradigm of your object is.
* Add Custom Events to any object even if you did not have the source code.
* Create any kind of event type on any object even if they do not "natively" support events.
Thanks to IoC, you will:
* have non-dependent objects (and then better design -- ie modular testable applications)
* get centralized logic code (instead of having it spread over many classes and methods)
The Yocef Event paradigm is very far from the listener model. The listener paradigm suffers many problems and is not well suited for modern developments.
Yocef at a glance
Lightweight
Yoce