org.openrdf.elmo.smusher.listener
Interface SmusherListener

All Known Implementing Classes:
CollectorListener, CounterListener, LogListener, PersonLogListener, SameAsListener

public interface SmusherListener

Interface for classes that need to be notified by the Smusher

Author:
Peter Mika (pmika@cs.vu.nl)

Method Summary
 void commit()
           
 void finish()
           
 void matchFound(Resource first, Resource second)
           
 void start()
           
 

Method Detail

start

void start()

matchFound

void matchFound(Resource first,
                Resource second)

commit

void commit()

finish

void finish()


Copyright © 2004-2008 Aduna. All Rights Reserved.