public interface GraphListener
ListenableTripleCollection or
one of its subclasses. When the ListenableTripleCollection is
modified, then the GraphListener is notified.| Modifier and Type | Method and Description |
|---|---|
void |
graphChanged(List<GraphEvent> events)
This method is called when a
ListenableTripleCollection was
modified, to which this GraphListener was added. |
void graphChanged(List<GraphEvent> events)
ListenableTripleCollection was
modified, to which this GraphListener was added. A
List containing GraphEvents are passed as
argument. The list contains all events in which a triple was part of
the modification that matched the FilterTriple which was passed
as argument when the listener was added.events - Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.