package jalview.structure; /** * an object that can generate selection events * This is purely a tag for the moment, but there may be * more interrogative methods in future. * */ public interface SelectionSource { }