On Wed, May 21, 2014 at 7:25 PM, walid yaich
<walid.yaich(a)gmail.com> wrote:
> As I
said in the preview mail data is the XWikiContext.
I'm sorry, i didn't
understand exactly what you mean by "data is the
XWikiContext."
You are in the following method:
void onEvent(Event event, Object source, Object data)
the second parameter is called data in your code and it's already a
XWikiContext object you don't have to do a hack to get it.
Note that the xcontext is sent as the "data" parameter as a convenience,
since historically there was no other way of getting hold of it. It is
not guaranteed that this will continue to happen. The preferred method
is still to access the execution context.