My favorites
▼
|
Sign in
seyself
Personal ActionScript Library
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
‹r107
r124
Source path:
svn
/
trunk
/
as2
/
classes
/
flash
/
events
/
IEventDispatcher.as
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:
.../seyself/events/EventMediator.as
...seyself/switches/ButtonSwitch.as
...s/com/seyself/switches/Switch.as
...seyself/switches/ToggleSwitch.as
...s/com/seyself/utils/ArrayUtil.as
.../com/seyself/utils/BitmapUtil.as
.../com/seyself/utils/ObjectUtil.as
...s/com/seyself/utils/StageUtil.as
.../com/seyself/utils/StringUtil.as
...ses/com/seyself/utils/XMLUtil.as
...s2/classes/flash/events/Event.as
.../flash/events/EventDispatcher.as
...flash/events/IEventDispatcher.as
...as2/classes/flash/utils/Proxy.as
...es/flash7/geom/ColorTransform.as
...s2/classes/flash7/geom/Matrix.as
...as2/classes/flash7/geom/Point.as
...classes/flash7/geom/Rectangle.as
...classes/flash7/geom/Transform.as
...es/events/EventMediator/demo.swf
/trunk/as3/classes
/trunk/as3/classes/com
/trunk/as3/classes/com/seyself
...k/as3/classes/com/seyself/events
...yself/events/EnterFrameBeacon.as
.../seyself/events/EventMediator.as
...as3/classes/com/seyself/switches
...seyself/switches/ButtonSwitch.as
...s/com/seyself/switches/Switch.as
...nk/as3/classes/com/seyself/utils
.../com/seyself/utils/BitmapUtil.as
/trunk/as3/samples
/trunk/as3/samples/events
.../samples/events/EnterFrameBeacon
...events/EnterFrameBeacon/demo.fla
...events/EnterFrameBeacon/demo.swf
...as3/samples/events/EventMediator
...es/events/EventMediator/demo.fla
...es/events/EventMediator/demo.swf
...s/events/EventMediator/demo2.fla
...s/events/EventMediator/demo2.swf
/trunk/as3/samples/utils
/trunk/as3/samples/utils/BitmapUtil
...amples/utils/BitmapUtil/demo.fla
...amples/utils/BitmapUtil/demo.swf
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
View raw file
Powered by
Google Project Hosting