利用者向け情報

開発者向け情報

[sandbox.akabana]/trunk/yui-frameworks/yui-core/src/main/flex/sendMessage.as

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1351 by e1arkw, Mon Nov 8 12:24:33 2010 JST revision 1441 by e1arkw, Sat Jan 15 17:21:07 2011 JST
# Line 18  package org.seasar.akabana.yui.core.even Line 18  package org.seasar.akabana.yui.core.even
18      import flash.events.Event;      import flash.events.Event;
19      import flash.events.IEventDispatcher;      import flash.events.IEventDispatcher;
20    
21      public function send(d:IEventDispatcher,e:Event):void{      public function send(d:IEventDispatcher,type:String,data:Object):void{
22          d.dispatchEvent(e);                  var c:Command = new Command(type,data);
23    
24                    dispatchEvent(d,c);
25      }      }
26  }  }

Legend:
Removed from v.1351  
changed lines
  Added in v.1441

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC