org.mozilla.javascript

Interface ContextListener

public interface ContextListener extends ContextFactory.Listener

Deprecated: Embeddings that wish to customize newly created {@link Context} instances should implement {@link ContextFactory.Listener}.

Method Summary
voidcontextEntered(Context cx)
voidcontextExited(Context cx)

Method Detail

contextEntered

public void contextEntered(Context cx)

Deprecated: Rhino runtime never calls the method.

contextExited

public void contextExited(Context cx)

Deprecated: Rhino runtime never calls the method.