org.mozilla.javascript
public interface ContextListener extends ContextFactory.Listener
Deprecated: Embeddings that wish to customize newly created {@link Context} instances should implement {@link ContextFactory.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.