Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.5-rc2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It's pretty easy to get confused with which method must be called to invoke code inside/outside the UI thread.
Proposed changes
in griffon.core.ThreadingHandler
execOutside -> execOutsideUI execSync -> execInsideUISync execAsync -> execInsideUIAsync
in griffon.core.GriffonApplication
eventOutside -> eventOutsideUI
in griffon.util.EventPublisher
publishEventOutside -> publishEventOutsideUI
in org.codehaus.griffon.runtime.core.EventRouter
publishOutside -> publishOutsideUI