<br><br><div class="gmail_quote">On Wed, Apr 29, 2009 at 10:17 AM, Robert Raschke <span dir="ltr"><<a href="mailto:rtrlists@googlemail.com">rtrlists@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>> I would like to know if it is possible to write an event handler that would<br>
> receive only certain notifications based on a simple criteria.<br><br>
</div></div>You could use a catch all like handle_event(_, State)-> at the end of<br>
your handlers? Not sure if that's the recommended way though.</blockquote><div><br></div><div>Yes, I thought about this, hehe.</div><div>But then all the handlers would receive notifications and should decide themselves wether or not they should process the message, which is not good.  It looks like a design issue on my side, oh well …  maybe this is not the "erlang" way to do it …</div>
<div><br></div><div>Cam</div><div><br></div></div>