blob: 15e85eee943e7ae395b7b07c09eb9fb52d01d4cb [file] [log] [blame]
/*
* Created on Jun 20, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.eclipse.welcome.internal.portal;
/**
* @author dejan
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface IFormContentProvider {
String getContent();
void setContentObserver(IFormContentObserver observer);
}