Package | Description |
---|---|
org.apache.clerezza.rdf.core.event | |
org.apache.clerezza.rdf.core.impl |
Modifier and Type | Class and Description |
---|---|
class |
AddEvent
This class represent a addition event that occured on a
TripleCollection . |
class |
RemoveEvent
This class represent a removal event that occured on a
TripleCollection . |
Modifier and Type | Method and Description |
---|---|
void |
GraphListener.graphChanged(List<GraphEvent> events)
This method is called when a
ListenableTripleCollection was
modified, to which this GraphListener was added. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTripleCollection.dispatchEvent(GraphEvent event)
Dispatches a
GraphEvent to all registered listeners for which
the specified Triple matches the FilterTriple s
of the listeners. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.