# File lib/directory_watcher/scanner.rb, line 25
  def initialize( &block )
    @events = []
    @thread = nil
    @notify = block;
  end