public interface GraphNotificationService
Modifier and Type | Method and Description |
---|---|
void |
containerChanged(ContainerChangeSet containerChangeSet) |
void |
containerChanged(ImmutableGraphContainer oldContainer,
ImmutableGraphContainer newContainer) |
void |
graphChanged(ChangeSet graphChangeSet) |
void |
graphChanged(ImmutableGraph oldGraph,
ImmutableGraph newGraph) |
void containerChanged(ImmutableGraphContainer oldContainer, ImmutableGraphContainer newContainer)
void containerChanged(ContainerChangeSet containerChangeSet)
void graphChanged(ImmutableGraph oldGraph, ImmutableGraph newGraph)
void graphChanged(ChangeSet graphChangeSet)
Copyright © 2021. All rights reserved.