# Author:: Nicolas Pouillard . # Copyright:: Copyright (c) 2005 Uttk Team. All rights reserved. # License:: LGPL # Revision:: $Id: /w/fey/uttk/trunk/lib/uttk/filters/Id.rb 21844 2006-02-17T17:26:59.771162Z pouillar $ module Uttk module Filters class Id < Filter include Concrete def new_leaf ( path, leaf ) notif :new_leaf, path, leaf end protected :new_leaf def close notif :close end protected :close end # class Id end # module Filters end # module Uttk