org.apache.clerezza.rdf.core.event
Class RemoveEvent

java.lang.Object
  extended by org.apache.clerezza.rdf.core.event.GraphEvent
      extended by org.apache.clerezza.rdf.core.event.RemoveEvent

public class RemoveEvent
extends GraphEvent

This class represent a removal event that occured on a TripleCollection.

Author:
rbn

Constructor Summary
RemoveEvent(TripleCollection graph, Triple triple)
           
 
Method Summary
 
Methods inherited from class org.apache.clerezza.rdf.core.event.GraphEvent
getGraph, getTriple
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveEvent

public RemoveEvent(TripleCollection graph,
                   Triple triple)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.