package org.simantics.db.debug; import java.io.PrintStream; public interface ListenerReport { void print(PrintStream stream); }