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
Context
instances should implementContextFactory.Listener
.