org.mozilla.javascript

Interface ContextListener

All Superinterfaces:
ContextFactory.Listener

public interface ContextListener
extends ContextFactory.Listener

Method Summary

void
contextEntered(Context cx)
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

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.