Hi,

I'm having an issue with the code resulting from a code split which
fires a GwtEvent. The scenario is the following:

Class A - This class is runAsync'd and fires a GwtEvent for when an
action is completed

Class B - This class has a handler for the GwtEvent which handles the
event fired by Class A

The events run over an EventBus.

When I run SOYC on this, I notice that a portion of Class B is being
put into the Left Over code as it seems to associated the code
contained in the GwtEvent handler method to Class A and Class B.

Is there a way to fire the events from Class A to Class B and make the
only common portion of code the EventBus and the GwtEvent with handler
and not actually the Class B code located in the GwtEvent handler
method?

Let me know if this isn't clear, I can supplement with code snippets
if necessary.

Thanks,
Ale

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to