Interface MarkEventListener
-
public interface MarkEventListenerThe listener interface for receiving garbage collection scan events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeScanning(javax.jcr.Node node)This method is called before a node is scanned.
-