[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-26 Thread Peter Clijsters
/detail?id=484Austin On Wed, Nov 25, 2009 at 1:35 AM, Peter Clijsters peter.clijst...@gmail.comwrote: Well.., again a reply to myself. After some more testing, this event.getRemovedBlipId() method does not seem to work so well after all. Most of the times, it does not return

[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-25 Thread Peter Clijsters
Well.., again a reply to myself. After some more testing, this event.getRemovedBlipId() method does not seem to work so well after all. Most of the times, it does not return the removed BlipId and instead just returns null. Any ideas? Thanks, Peter On Nov 19, 9:23 am, Peter Clijsters

[Google Wave APIs] Getting blipID from event BLIP_DELETED

2009-11-18 Thread Peter Clijsters
Hi guys, Does anybody know what's the best way to get the blipID from a blip that is deleted (so, when the event BLIP_DELETED gets triggered)? I've noticed that String blipId = event.getBlip().getBlipId(); does not work because the blip retrieved with getBlip() is null. Thanks, Peter --