de.fuberlin.wiwiss.ng4j.semwebclient
Interface TripleListener

All Superinterfaces:
EventListener

public interface TripleListener
extends EventListener

Listener to handle TripleFoundEvents.

Author:
Tobias Gauß

Method Summary
 void findFinished()
          Is performed when the retrieval process is finished.
 void tripleFound(SemWebTriple t)
          Is performed when a triple is found.
 

Method Detail

tripleFound

void tripleFound(SemWebTriple t)
Is performed when a triple is found.

Parameters:
t -

findFinished

void findFinished()
Is performed when the retrieval process is finished.