# File lib/onfire.rb, line 54
  def handlers_for_event(event)
    event_table.all_handlers_for(event.type, event.source)
  end