Uses of Interface
org.mozilla.javascript.ContextFactory.Listener
-
Packages that use ContextFactory.Listener Package Description org.mozilla.javascript -
-
Uses of ContextFactory.Listener in org.mozilla.javascript
Subinterfaces of ContextFactory.Listener in org.mozilla.javascript Modifier and Type Interface Description interface
ContextListener
Deprecated.Embeddings that wish to customize newly createdContext
instances should implementContextFactory.Listener
.Methods in org.mozilla.javascript with parameters of type ContextFactory.Listener Modifier and Type Method Description void
ContextFactory. addListener(ContextFactory.Listener listener)
void
ContextFactory. removeListener(ContextFactory.Listener listener)
-