Source of Show.java


  1: //Show.java

  3: public interface Show
  4: {
  5:     public void printDirector();
  6: }