package citation.output; public interface ICitationOutput { public void printCitation(Object _record); public void submitCitation(Object _record); }