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