You are correct: the code you pasted has only one split point and (provided they are not called from anywhere else), foo(), bar() and goo() sit behind that split point -- it means they will only be loaded when onClick is called. [That's what the sentence you highlighted in red means.]
If you call, say, bar() from elsewhere then bar() will be in the leftover fragment and will be loaded at app start. Cheers, Philippe -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
