<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.1">
</HEAD>
<BODY>
<BR>
&nbsp; Hi,<BR>
<BR>
I've build a simple adapter that modifies context properties through annotations ; everything works fine.<BR>
In several cases, when some attributes are updated, I do a &quot;notify(ObjectModifiedEvent(self.context))&quot; so that several subscribers are called.<BR>
<BR>
My problem is then that if several attributes modifications are done, several &quot;ObjectModifiedEvent&quot; are sent and the same handler is called several times (with the same parameters) ; so is it easily possible to prevent the same event to be called several times for a same context and a same request ?<BR>
Or should I try to use request annotations and subscribe to IEndRequestEvent (if it's not too late and not too expensive...) ?<BR>
<BR>
Thanks for any help,<BR>
<BR>
&nbsp; Thierry<BR>
<BR>
</BODY>
<br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</HTML>