I'm trying to trace the event of removal of the robot from a wave. I wanted
to make necessary changes in the AppEngine Datastore if the robot is removed
as a participant from any wave.

Here is my code for action on the event :

private void waveletSelfRemoved(Wavelet wavelet) {
        Blip blip = wavelet.appendBlip();
        TextView textview = blip.getDocument();
        textview.append("Goodbye everyone, Enjoy waving..!!");
    }

I have also added the WAVELET_SELF_REMOVED in capability document.
What could be the problem?

Thank You,
Kapil Neurgaonkar

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

Reply via email to