[sandbox.akabana]/trunk/yui-frameworks/yui-core/src/main/flex/sendMessage.as
Parent Directory
|
Revision Log
|
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 | } | } |
|
||||||||
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

