My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* Copyright (c) 2008 michiyasu wada
* http://www.seyself.com/
*
* Distributed under The MIT License.
* [http://www.opensource.org/licenses/mit-license.php]
*/

import flash.events.Event;

interface flash.events.IEventDispatcher
{
public function addEventListener(type:String, listener:Function, useCapture:Boolean, priority:Number, useWeakReference:Boolean):Void
public function dispatchEvent(event:Event):Boolean
public function hasEventListener(type:String):Boolean
public function removeEventListener(type:String, listener:Function, useCapture:Boolean):Void
public function willTrigger(type:String):Boolean
}
Show details Hide details

Change log

r108 by seyself on Mar 28, 2008   Diff
[No log message]
Go to: 
Project members, sign in to write a code review

Older revisions

r107 by seyself on Mar 27, 2008   Diff
[No log message]
All revisions of this file

File info

Size: 654 bytes, 18 lines
Powered by Google Project Hosting