neptuo / Framework

Common (shareable) frameworks, features and extensions.
http://www.neptuo.com/project/dev
9 stars 5 forks source link

Support a global event handler #129

Open maraf opened 6 years ago

maraf commented 6 years ago

Implement IEventHandler<object> to get notification about all events.

Don't support any other pattern like base classes or interfaces.