Hi folks,

I'm trying to catch WAVELET_SELF_REMOVED event by using
RobotMessageBundle.wasSelfRemoved().
I remove my robot from the wave, but RobotMessageBundle.wasSelfRemoved
() doesn't seem to be called.
Did this ever work for anyone?

The Java code that should implement this looks like this:
...
public void processEvents(RobotMessageBundle bundle)
{
if(bundle.wasSelfRemoved()){
            doSomething(bundle);
        }
}

I've also added the following in my capabilities.xml, but I'm not sure
this was a right thing to do.
<w:capability name="WAVELET_SELF_REMOVED" content="true"/>

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.


Reply via email to