1 package org.catacomb.interlish.structure; 2 3 4 public interface FrameDisplay { 5 6 7 public void showFrame(int ifr); 8 9 10 }