javadoc
[jalview.git] / src / jalview / structure / SelectionSource.java
1 package jalview.structure;
2
3 /**
4  * an object that can generate selection events
5  * This is purely a tag for the moment, but there may be
6  * more interrogative methods in future.
7  *
8  */
9 public interface SelectionSource
10 {
11
12 }