package golden; typedef Event = { var name : String; var origin : T; function preventDefault() : Void; }