package citation.output.print; public interface ICitationPrint { public void printCitation(Object _record); public boolean printerOnline(); }