1 package org.catacomb.interlish.structure; 2 3 4 5 public interface IntActor { 6 7 void intAction(int iact); 8 9 }