<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>terurou</author_name>
  <author_url>https://blog.hatena.ne.jp/terurou/</author_url>
  <blog_title>terurouメモ</blog_title>
  <blog_url>https://terurou.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>UIを実装するとObserverパターンおよびその派生は必須になるので、毎回車輪の再発明をしてるんだけど、個人的にこれでいいんじゃね、的なコードができたので晒しておく。利用側のコードはこんな感じ。 var ObservableList = function () { Signals.define(this, 'onElementAdded', 'onElementRemoved'); this._list = []; } ObservableList.prototype.add = function (value) { this._list.push(value); this.onElemen…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fterurou.hateblo.jp%2Fentry%2F20110302%2F1299077637&quot; title=&quot;JavaScriptで(Qt|.NETのevent)っぽいSignalSlot作った - terurouメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-03-02 23:53:57</published>
  <title>JavaScriptで(Qt|.NETのevent)っぽいSignalSlot作った</title>
  <type>rich</type>
  <url>https://terurou.hateblo.jp/entry/20110302/1299077637</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
