Thursday, June 18, 2009

Blocks and Callbacks

I need to learn how to use blocks and callbacks so I can implement something similar to C# and Java's events. I need to for events such as message_received and peer_disconnected. :-)
I think this site might provide what I am looking for. http://stackoverflow.com/questions/246091/what-is-the-equivalent-of-net-events-in-ruby

No comments:

Post a Comment