--- trunk/yui/yui-core/src/main/flex/org/seasar/akabana/yui/core/event/notifyEvent.as 2010/11/08 03:04:32 1349 +++ trunk/yui/yui-core/src/main/flex/org/seasar/akabana/yui/core/event/send.as 2010/11/08 03:17:32 1350 @@ -18,7 +18,7 @@ import flash.events.Event; import flash.events.IEventDispatcher; - internal function notifyEvent(d:IEventDispatcher,event:Event):void{ + public function send(d:IEventDispatcher,event:Event):void{ d.dispatchEvent(event); } } \ No newline at end of file