org.aksw.commons.graph
Interface IGraphListener

All Known Implementing Classes:
DefaultCacheProvider

public interface IGraphListener


Method Summary
 void onAdd(IGraph g, Collection<com.hp.hpl.jena.graph.Triple> triples)
           
 void onRemove(IGraph g, Collection<com.hp.hpl.jena.graph.Triple> triples)
           
 

Method Detail

onAdd

void onAdd(IGraph g,
           Collection<com.hp.hpl.jena.graph.Triple> triples)

onRemove

void onRemove(IGraph g,
              Collection<com.hp.hpl.jena.graph.Triple> triples)


Copyright © 2012. All Rights Reserved.