1d150afb577724b7bf9327ab5b5606efd8896315
[jalview.git] / src / jalview / api / AlignViewControllerGuiI.java
1 package jalview.api;
2 /**
3  * Interface implemented by gui implementations managing a Jalview Alignment View
4  * @author jimp
5  *
6  */
7 public interface AlignViewControllerGuiI
8 {
9
10   /**
11    * display the given string in the GUI's status bar
12    * @param string
13    */
14   void setStatus(String string);
15
16 }