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