Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu2003-08-20 19:37:51 +0000
committerChristophe Cornu2003-08-20 19:37:51 +0000
commit3b8bf239756b5cfdafc89fc3fdb8dbe9c22c0999 (patch)
tree852bc2c40bda3f29a8175dcce3cdacc03573f117 /bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java
parent8bd03bdaa4d3e80ffa06edbc0cd16bb294850c67 (diff)
downloadeclipse.platform.swt-3b8bf239756b5cfdafc89fc3fdb8dbe9c22c0999.tar.gz
eclipse.platform.swt-3b8bf239756b5cfdafc89fc3fdb8dbe9c22c0999.tar.xz
eclipse.platform.swt-3b8bf239756b5cfdafc89fc3fdb8dbe9c22c0999.zip
javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java b/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java
index d332b5b7f8..588e8d5bbe 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java
@@ -18,6 +18,13 @@ import org.eclipse.swt.events.*;
* during the loading of the current URI or when the loading of the
* current URI has been completed.
*
+ * <p>
+ * NOTE: The API in the browser package is NOT finalized.
+ * Use at your own risk, because it will most certainly change.
+ * The only reason this API is being released at this time is so that
+ * other teams can try it out.
+ * </p>
+ *
* @since 3.0
*/
public class ProgressEvent extends TypedEvent {

Back to the top