Everything is called on the EDT except when explicitly stated otherwise. This is especially true for the UI. Asynchronous doesn't mean it isn't invoked on the EDT it means that it is called later but it would still be on the EDT. You can block using "legal" means such as addToQueueAndWait or invokeAndBlock.
-- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/160e7e57-b3b0-46cc-83ad-b12751d0e444%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
