Uses of Interface
org.mozilla.javascript.ContextFactory.Listener
-
Packages that use ContextFactory.Listener Package Description org.mozilla.javascript org.mozilla.javascript.tools.debugger -
-
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)
-
Uses of ContextFactory.Listener in org.mozilla.javascript.tools.debugger
Classes in org.mozilla.javascript.tools.debugger that implement ContextFactory.Listener Modifier and Type Class Description private static class
Dim.DimIProxy
Proxy class to implement debug interfaces without bloat of class files.
-