Re: [Google Wave APIs] wasSelfRemoved() is not propagated to robot

2009-11-29 Thread Austin Chau (Google employee)
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 wrote: > Hi folks, > > I'm trying to catch WAVELET_SELF_REMOVED event by using > RobotMessageBu

[Google Wave APIs] wasSelfRemoved() is not propagated to robot

2009-11-29 Thread atarno
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: ...