Interface GraphContainerChangeListener


  • public interface GraphContainerChangeListener
    • Method Detail

      • handleGraphAdded

        void handleGraphAdded​(ImmutableGraph addedGraph)
      • handleGraphRemoved

        void handleGraphRemoved​(ImmutableGraph removedGraph)
      • handleGraphUpdated

        void handleGraphUpdated​(ChangeSet changeSet)