1 2 3 package org.catacomb.interlish.structure; 4 5 public interface SelectionActor { 6 7 void selectionAction(Object obj, String id); 8 9 }