# File EventTarget.rb, line 178 def initialize( type, change=nil ) @type = type.to_sym @change = change end