Interface NodeChangeListener


  • public interface NodeChangeListener
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void nodesChanged​(java.util.List inserted, java.util.List updated, java.util.List deleted, java.util.List parents)
      Called when a transaction is committed that has created, modified, deleted or changed the child collection one or more nodes.
    • Method Detail

      • nodesChanged

        void nodesChanged​(java.util.List inserted,
                          java.util.List updated,
                          java.util.List deleted,
                          java.util.List parents)
        Called when a transaction is committed that has created, modified, deleted or changed the child collection one or more nodes.