package org.custommonkey.xmlunit; public interface MatchTracker { void matchFound(Difference difference); }