IEventDispatcher.as

Go to the documentation of this file.
00001 
00004 interface gugga.common.IEventDispatcher
00005 {
00006         
00007         public function dispatchEventLater(eventObj:Object):Void;
00008         
00013         public function dispatchEvent(eventObj:Object):Void;
00014 
00020         public function addEventListener(event:String, handler):Void;
00021 
00027         public function removeEventListener(event:String, handler):Void;
00028 }

Generated on Fri May 11 17:12:43 2007 for GuggaFramework by  doxygen 1.5.2