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].
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=en.