Displaying 1 result from an estimated 1 matches for "eventconnector".
Did you mean:
event_connector
2008 Jun 02
0
[ wxruby-Feature Requests-20483 ] un-deprecate EventConnector.listen in wx_sugar
...opened at 02/06/2008 15:03
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=221&aid=20483&group_id=35
Category: API improvement
Group: None
Status: Open
Priority: 3
Submitted By: Pascal Hurni (phi)
Assigned to: Kevin Smith (qualitycode)
Summary: un-deprecate EventConnector.listen in wx_sugar
Initial Comment:
Please, remove deprecation of the listen method in module EventConnector.
This method is very usefull for run-time created event handlers.
Those handlers may not know the event name very early, nor the exact ruby code to bind.
I''m using listen in the...