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 [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.