# File lib/celerity/listener.rb, line 17
    def initialize(webclient)
      @webclient = webclient
      @procs = Hash.new { |h, k| h[k] = [] }
    end