From 98e2821b38a775737e42a2479a6bc65107210859 Mon Sep 17 00:00:00 2001 From: Elliot Kroo Date: Thu, 11 Mar 2010 15:21:30 -0800 Subject: reorganizing the first level of folders (trunk/branch folders are not the git way :) --- .../org/mozilla/javascript/ContextAction.html | 214 --------------------- 1 file changed, 214 deletions(-) delete mode 100644 trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html (limited to 'trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html') diff --git a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html b/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextAction.html deleted file mode 100644 index 8e7116c..0000000 --- a/trunk/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