//Show.java

public interface Show
{
    public void printDirector();
}

