Hey guys!
I'm developing a robot in Java and I can't find a way how can find out
is blip a reply for another blip or not.
I mean if u enumerate children of the root blip like this
@Override
public void processEvents(RobotMessageBundle bundle) {
Wavelet wavelet = bundle.getWavelet();
Blip root= wavelet.getRootBlip();
for (Blip blip: root.getChildren())
{
}
u get all the blips from wavelet. I thought blips which are replies
(created by reply button) should have that blip as a parent, not root
one... But it seems like I was wrong
Does anyone know a way how can I get the position of blip (which blip
is above or below the blip)?
And I need need to buid a "chains" of replies... Any ideas?
Thanks
--
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.