Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tigerstripe-dev] Re: IAnnotationListener

Hi Eric,

 

Please do not scare: Yuri just misspelled thoughts. He meant something like: "mark it as deprecated not to disturb you and me with removing references/implementations of IAnnotationListener::annotationsLoaded from source code at this time".

 

IAnnotationListener's annotationsLoaded is a legacy stuff, which was used at early stages for some TAF views, and as you and Yuri mentioned, now it behaves incorrectly and can be removed without breaking anything from TAF design/architecture standpoint (must be removed). Yuri, please confirm/comment.

 

Kind Regards,

Andrey


----- Original Message -----
From: "Eric Dillon" <erdillon@xxxxxxxxx>
To: "Yuri Strot" <yuri@xxxxxxxxx>
Cc: "Andrey Platov" <andrey@xxxxxxxxx>, "Tigerstripe Developers" <tigerstripe-dev@xxxxxxxxxxx>
Sent: Wednesday, July 9, 2008 9:11:26 PM GMT +06:00 Almaty, Novosibirsk
Subject: Re: IAnnotationListener

Hi Yuri,

"break" TS code? Now you're scaring me. In what scenario is that used?
Let's mark it as deprecated for sure, but I'd still like to understand what
is going on.

Eric


On 7/9/08 2:30 AM, "Yuri Strot" <yuri@xxxxxxxxx> wrote:

>
> Hi Eric,
>
> Sorry, I forgot to inform you, but this method deprecated and works incorrect.
> I'll mark it as deprecated. In fact, this method should be removed but it can
> "break" TS code.
>
> --
> Best regards,
> Yuri Strot
>
> ----- Original Message -----
> From: Eric Dillon <erdillon@xxxxxxxxx>
> To: Yuri Strot <yuri@xxxxxxxxx>, Andrey Platov <andrey@xxxxxxxxx>
> Cc: Tigerstripe Developers <tigerstripe-dev@xxxxxxxxxxx>
> Sent: Wed, 9 Jul 2008 04:56:58 +0700 (NOVST)
> Subject: IAnnotationListener
>
> Hi Yuri,
>
> I¹m starting to hook up annotations changes into Tigerstripe so that the
> aspects (icons, labels) of Artifacts based can change dynamically based on
> annotations presence/absence.
> I¹ve implemented a IAnnotationListener, but I¹m running into a behavior I
> don¹t understand.
>
> It seems I get notified thru annotationsLoaded(...) each time a
> getAnnotations(URI) occurs, as opposed to only when annotations are being
> read from storage.
>
> Could you take a look and maybe tell what I¹m doing wrong?
>
> Eric
>


Back to the top