View Javadoc
1   package org.argeo.connect.ui;
2   
3   /** Implement this interface to add a status line at the bottom of the page */
4   public interface IStatusLineProvider {
5   	public String getStatusLineMessage();
6   }