PredecessorInfo.as

Go to the documentation of this file.
00001 import gugga.common.IEventDispatcher;
00005 class gugga.common.PredecessorInfo {
00006 
00007         public var EventSource:IEventDispatcher;
00008         public var EventName:String;
00009         
00010         public function PredecessorInfo(aEventSource:IEventDispatcher, aEventName:String)
00011         {
00012                 EventSource = aEventSource;
00013                 EventName = aEventName;
00014         }
00015 }

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