首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个多态的发布/订阅事件框架。

一个多态的发布/订阅事件框架。

资 源 简 介

A polymorphic publish/subscribe event framework for .Net that makes use of weak references to simplify event management. Instead of raising events you can instead publish objects. bus.Publish(this, new Dog());bus.Publish(this, new Cat()); Other classes might then subscribe to specific types of notifications. eg... bus.Subscribe( (sender, notification) => { Console.WriteLine(notification.Description); });

文 件 列 表

Silverfly.0.1.0.0
Silverfly.dll
Silverfly.Example.exe
Silverfly.LICENSE.txt
Silverfly.xml
VIP VIP
0.180331s