Changeset 63
- Timestamp:
- 01/30/08 12:21:35 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/branches/easyCG/com/pnwrain/easyCG/control/ControllerFactory.as
r59 r63 41 41 CairngormEventDispatcher.getInstance().removeEventListener( event, func ); 42 42 } 43 protected function dispatch Event(event:Event):void{43 protected function dispatchControllerEvent(event:Event):void{ 44 44 Application.application.dispatchEvent(event); 45 45 }
