# File lib/mongo/monitoring.rb, line 247
    def started(topic, event)
      subscribers_for(topic).each{ |subscriber| subscriber.started(event) }
    end