blob: 2d34243b4979cd8c2fc3e051e59805037469d316 [file] [log] [blame]
/*
* Created on Jun 18, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.eclipse.welcome.internal.webbrowser;
/**
* @author dejan
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface IWebBrowserListener {
void stateChanged();
}