FYI, this issue is being tracked here:
http://code.google.com/p/google-wave-resources/issues/detail?id=690

On Thu, Mar 4, 2010 at 11:13 PM, Kapil Neurgaonkar <caps...@gmail.com>wrote:

> The robot when added to the participants list invokes the ROBOT_SELF_ADDED
> event and is successfully handled by the handler method. But when the robot
> is removed from the participants list the respective handler is expeced to
> invoke, but it does not.
>
> This is my code for *handlers* :
>
> public void onWaveletSelfAdded(WaveletSelfAddedEvent event) {
>     event.getBundle().getWavelet().reply("\nHello everyone");
> }
>
> public void onWaveletSelfRemoved(WaveletSelfRemovedEvent event) {
>     event.getBundle().getWavelet().reply("\nGood Bye");
> }
>
> *Capabilities :*
>
> <w:capability name="WAVELET_SELF_ADDED" context="SELF,ROOT"/>
> <w:capability name="WAVELET_SELF_REMOVED" context="SELF,ROOT"/>
>
> Thanks & Regards,
> 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<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