From d7c5ad7d6263fd1baf9bfdbaa4c50b70ef2fbdb2 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 8 Jun 2010 08:22:05 +0200 Subject: reverted folder structure change for better mergeing with upstream --- .../org/mozilla/javascript/ContextAction.html | 214 --------------------- 1 file changed, 214 deletions(-) delete mode 100644 infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html (limited to 'infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html') diff --git a/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html b/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html deleted file mode 100644 index 8e7116c..0000000 --- a/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -ContextAction (Rhino) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.mozilla.javascript -
-Interface ContextAction

-
-
-
public interface ContextAction
- - -

-Interface to represent arbitrary action that requires to have Context - object associated with the current thread for its execution. -

- -

-


- -

- - - - - - - - - - - - -
-Method Summary
- java.lang.Objectrun(Context cx) - -
-          Execute action using the supplied Context instance.
-  -

- - - - - - - - -
-Method Detail
- -

-run

-
-java.lang.Object run(Context cx)
-
-
Execute action using the supplied Context instance. - When Rhino runtime calls the method, cx will be associated - with the current thread as active context. -

-

-
See Also:
Context.call(ContextAction), -ContextFactory.call(ContextAction)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3