I'm using Java Robot API.
I'm handling blip submit event. It worked fine, but I noticed that in
the latest release if you add lots of blips in one time not by clicking
on the 'Done' button but just using mouse (e.g. by 'Insert reply here'
or by 'Click here to reply') robot gets only last edited blip.
Here is peace of code that I'm using to handle event:
public void onBlipSubmitted(BlipSubmittedEvent e){
updateElements(e.getBlip());
};
That's not working either on Wave Sandbox or Wave Preview now. But I'm
sure it worked on previous releases.
So, was there any serious changes in java-robot-api library or it just a
bug?
--
You received this message because you are subscribed to the Google Groups
"Google Wave API" 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-wave-api?hl=en.