|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphEvent | |
|---|---|
| org.apache.clerezza.rdf.core.event | |
| org.apache.clerezza.rdf.core.impl | |
| Uses of GraphEvent in org.apache.clerezza.rdf.core.event |
|---|
| Subclasses of GraphEvent in org.apache.clerezza.rdf.core.event | |
|---|---|
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. |
| Method parameters in org.apache.clerezza.rdf.core.event with type arguments of type GraphEvent | |
|---|---|
void |
GraphListener.graphChanged(List<GraphEvent> events)
This method is called when a ListenableTripleCollection was
modified, to which this GraphListener was added. |
| Uses of GraphEvent in org.apache.clerezza.rdf.core.impl |
|---|
| Methods in org.apache.clerezza.rdf.core.impl with parameters of type GraphEvent | |
|---|---|
protected void |
AbstractTripleCollection.dispatchEvent(GraphEvent event)
Dispatches a GraphEvent to all registered listeners for which
the specified Triple matches the FilterTriples
of the listeners. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||