dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

WAVELET_SELF_REMOVED event not triggered #690

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The handler onWaveletSelfRemoved is not invoked when the robot is removed 
from the wave participants. Heres the code for event handler (v2 API).

@Capability(contexts = {Context.SELF})
@Override
public void onWaveletSelfRemoved(WaveletSelfRemovedEvent event) {
     event.getWavelet().reply("\nGood Bye. Enjoy Waving..!!");
}

Kindly help me to resolve this issue.

Original issue reported on code.google.com by CAPS...@gmail.com on 21 Mar 2010 at 9:34

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 23 Mar 2010 at 10:58

GoogleCodeExporter commented 9 years ago
I have replicated the issue and reported it to the team. We're looking into it. 
Thanks 
for filing!

Original comment by pamela.fox on 24 Mar 2010 at 11:38

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 20 Apr 2010 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 21 Apr 2010 at 6:22

GoogleCodeExporter commented 9 years ago
This is now fixed in Wave Sandbox. Expect the fix to be in Wave Preview soon.

Original comment by pamela.fox on 3 May 2010 at 3:11

GoogleCodeExporter commented 9 years ago
This is now fixed in Wave Preview.

Original comment by pamela.fox on 6 May 2010 at 5:21