1 package org.catacomb.interlish.structure; 2 3 4 5 public interface SelectionSource extends Visible { 6 7 // void addSelectionListener(SelectionListener listener); 8 9 String getSelectionType(); 10 11 }