![]() | ![]() |
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 }
1.5.2