Interface MarkEventListener


  • public interface MarkEventListener
    The listener interface for receiving garbage collection scan events.
    • Method Detail

      • beforeScanning

        void beforeScanning​(javax.jcr.Node node)
                     throws javax.jcr.RepositoryException
        This method is called before a node is scanned.
        Parameters:
        node - node to be scanned
        Throws:
        javax.jcr.RepositoryException