Reply to myself.. Overlooked the event.getRemovedBlipId() method. Workes perfectly now.
On Nov 18, 11:16 am, Peter Clijsters <[email protected]> wrote: > 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 -- 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=.
