Hi,

The WAVE_SELF_REMOVED event is not currently sent to the robot, this will
probably changed in the future iteration.  We will keep you guys updated.

Austin

On Sun, Nov 29, 2009 at 2:22 PM, atarno <ata...@gmail.com> wrote:

> 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 google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com<google-wave-api%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>
>

--

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