blob: ba7801b207b2eccdacbee950dd3c1ccf9a23022d [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 IFormContentObserver {
public void contentChanged(IFormContentProvider provider);
}