grmartin / stab-language

Automatically exported from code.google.com/p/stab-language
Apache License 2.0
0 stars 0 forks source link

feature: create the "event" type, like in c# #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The event type is a very usefull.

Original issue reported on code.google.com by ice.ta...@gmail.com on 9 Jul 2010 at 11:28

GoogleCodeExporter commented 8 years ago
The C# like events do not match the Java event model so I think it is not a 
good idea to add them to the language. Anyway, for internal use, most of the 
time you can use delegates instead of events.

Original comment by stab.hac...@gmail.com on 7 Aug 2010 at 3:11