1 package org.catacomb.interlish.structure; 2 3 4 public interface Portal { 5 6 void show(Object obj); 7 8 // void ensureVisibleResult(); 9 10 }