共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > yocef |
yocef
|
0 | 0 | 67 |
贡献者 | 讨论 | 代码提交 |
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)
and more ...