# File lib/event/event_base.rb, line 75
    def initialize(class_name, context, type)
      @class_name = class_name
      @context = context
      @type = type
    end