easier creation

0 views
Skip to first unread message

rogerdpack

unread,
Oct 13, 2009, 3:33:37 PM10/13/09
to Arcadia ruby ide
I'm thinking of making something like

Arcadia.process_event(AckInFilesEvent.new(self))

into

AckInFilesEvent.new(self).process!

or something (AckInFilesEvent.new(self).fire!)

Thoughts?
-r

antonio.galeone

unread,
Oct 13, 2009, 6:07:52 PM10/13/09
to Arcadia ruby ide
I prefer AckInFilesEvent.new(self).process! because return a processed
object
fire can be used perhaps for Arcadia.broadcast_event (without !)
Reply all
Reply to author
Forward
0 new messages