Package org.mozilla.javascript
Interface ContextListener
- 
- All Superinterfaces:
- ContextFactory.Listener
 
 @Deprecated public interface ContextListener extends ContextFactory.Listener Deprecated.Embeddings that wish to customize newly createdContextinstances should implementContextFactory.Listener.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidcontextEntered(Context cx)Deprecated.Rhino runtime never calls the method.voidcontextExited(Context cx)Deprecated.Rhino runtime never calls the method.- 
Methods inherited from interface org.mozilla.javascript.ContextFactory.ListenercontextCreated, contextReleased
 
- 
 
-