Interface GraphNotificationService
-
- All Known Implementing Classes:
DefaultGraphNotificationService
public interface GraphNotificationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
containerChanged(ImmutableGraphContainer oldContainer, ImmutableGraphContainer newContainer)
void
containerChanged(ContainerChangeSet containerChangeSet)
void
graphChanged(ImmutableGraph oldGraph, ImmutableGraph newGraph)
void
graphChanged(ChangeSet graphChangeSet)
-
-
-
Method Detail
-
containerChanged
void containerChanged(ImmutableGraphContainer oldContainer, ImmutableGraphContainer newContainer)
-
containerChanged
void containerChanged(ContainerChangeSet containerChangeSet)
-
graphChanged
void graphChanged(ImmutableGraph oldGraph, ImmutableGraph newGraph)
-
graphChanged
void graphChanged(ChangeSet graphChangeSet)
-
-