Comment #6 on issue 1208 by pekka.klarck: allow listeners to receive suite, test case and keyword objects as arguments
http://code.google.com/p/robotframework/issues/detail?id=1208
One rather big problem with the proposed listener API is that the objects to be passed are going to change heavily in RF 2.8 (issue 825). It's unclear how the new objects will look like and I don't want to make any backwards compatibility promises related to them. This doesn't mean the API couldn't be added, but the documentation should clearly state that the objects passed in are going to change.
In my opinion it is better to send the real objects to the listener instead of proxies. That way there is no need to update the proxies in RF 2.8. It would also ease documenting the objects, because the objects are already documented at http://robot-framework.readthedocs.org/en/2.7.4/autodoc/robot.running.html
