org.mozilla.javascript
public interface ContextListener extends ContextFactory.Listener
Deprecated: Embeddings that wish to customize newly created Context instances should implement Listener.
| Method Summary | |
|---|---|
| void | contextEntered(Context cx) |
| void | contextExited(Context cx) |
Deprecated: Rhino runtime never calls the method.
Deprecated: Rhino runtime never calls the method.