# File lib/apotomo/widget/event_methods.rb, line 104
    def handlers_for_event(event)
      event_table.all_handlers_for(event.type, event.source.name) # we key with widget_id.
    end