Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
This is not documented. Is it safe to use it? – ManishApr 24 '12 at 19:33
1
@Manish: Looking at the code, I would say it is safe to use, as long as you don't do multithreading. The handler list is a shared resource protected by a Lock and the list only contains references to the handlers. Don't use it, if you do multithreading. – Enno GröperFeb 9 at 11:59