1. IStrategy objects run in their own thread correct? 2. Does executing "new ISystemListener()" spawn a new thread?
I am writing a java app to function standalone and I'm trying to determine what API calls will launch new threads. I'm very concerned about sync issues.