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 --- .../javascript/ContextFactory.Listener.html | 236 --------------------- 1 file changed, 236 deletions(-) delete mode 100644 infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextFactory.Listener.html (limited to 'infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextFactory.Listener.html') diff --git a/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextFactory.Listener.html b/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextFactory.Listener.html deleted file mode 100644 index 6290c8c..0000000 --- a/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/ContextFactory.Listener.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - -ContextFactory.Listener (Rhino) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.mozilla.javascript -
-Interface ContextFactory.Listener

-
-
Enclosing class:
ContextFactory
-
-
-
-
public static interface ContextFactory.Listener
- - -

-Listener of Context creation and release events. -

- -

-


- -

- - - - - - - - - - - - - - - - -
-Method Summary
- voidcontextCreated(Context cx) - -
-          Notify about newly created Context object.
- voidcontextReleased(Context cx) - -
-          Notify that the specified Context instance is no longer - associated with the current thread.
-  -

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

-contextCreated

-
-void contextCreated(Context cx)
-
-
Notify about newly created Context object. -

-

-
-
-
-
- -

-contextReleased

-
-void contextReleased(Context cx)
-
-
Notify that the specified Context instance is no longer - associated with the current thread. -

-

-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3