Browse by Tags

All Tags » Prism » observable
  • A Twist on the Observer Pattern

    The observer pattern is well established and used. The typical scenario is to register to an class and then allow your Notify method to be called. This often involves keeping an internal list of observers and then iterating them to notify that something has changed. I had a situation recently that warranted a lighter weight approach that allows a ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on September 23, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems