|
I don't know if it will help any, but we had issues with the
eventbus firing immediately synchronously (not good if the event
for a widget fires before said widget finishes attaching and
hooking up to receive events!). We ended up creating a deferred
eventbus. Seems like you should be able to extend it and get what
you want. We create our eventbus as "new DeferredEventBus(new
SimpleEventBus())". import com.google.gwt.core.client.Scheduler;
On 10/26/2016 12:51 PM, vitrums wrote:
-- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout. |
- HowTo use GWT EvenBus to schedule OpenEvent -&g... vitrums
- Re: HowTo use GWT EvenBus to schedule Open... Michael Joyner
- Re: HowTo use GWT EvenBus to schedule Open... Jens
- Re: HowTo use GWT EvenBus to schedule Open... vitrums
- Re: HowTo use GWT EvenBus to schedule ... Ignacio Baca Moreno-Torres
