package gr.ntua.ivml.mint.persistent; public interface ReportI { public void report( String msg ); public void reportError(); }