org.mozilla.javascript
public interface ContextFactory.Listener
Method Summary | |
---|---|
void | contextCreated(Context cx)
Notify about newly created {@link Context} object. |
void | contextReleased(Context cx)
Notify that the specified {@link Context} instance is no longer
associated with the current thread. |