If your robot is no longer on the wave, then it shouldn't be permitted to do further operations on it, like replying. If you check your logs, however, you should see that you did receive the event.
On Sun, May 9, 2010 at 10:54 AM, Serj <[email protected]> wrote: > I'm trying to handle onWaveletSelfAdded event using Java Robot API. I > wrote simple function that I think should insert message when I remove > robot from wave > > @Capability(contexts = {Context.ALL}) > public void onWaveletSelfRemoved(WaveletSelfRemovedEvent event) { > Wavelet wavelet = event.getWavelet(); > wavelet.getRootBlip().reply().append("Bye"); > } > > Am I doing something wrong or it's really not working? > > -- > 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]<google-wave-api%[email protected]> > . > 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 [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.
