Skip to content
Jess Balint edited this page May 9, 2013 · 1 revision

If there are Java objects that need to have a long lifetime or shared between threads, they are:

  • Globals assigned by the user in the command loop, or otherwise saved in their program
  • May be accessed on the command loop OR in event callback handlers

I don't think we need to use GlobalRefs for things just yet.

Clone this wiki locally