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