Package org.mozilla.javascript
Interface ContextListener
- All Superinterfaces:
ContextFactory.Listener
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Rhino runtime never calls the method.void
contextExited
(Context cx) Deprecated.Rhino runtime never calls the method.Methods inherited from interface org.mozilla.javascript.ContextFactory.Listener
contextCreated, contextReleased
-
Method Details
-
contextEntered
Deprecated.Rhino runtime never calls the method. -
contextExited
Deprecated.Rhino runtime never calls the method.
-
Context
instances should implementContextFactory.Listener
.