Uses of Interface
org.mozilla.javascript.ContextFactory.Listener
Packages that use ContextFactory.Listener
-
Uses of ContextFactory.Listener in org.mozilla.javascript
Subinterfaces of ContextFactory.Listener in org.mozilla.javascriptMethods in org.mozilla.javascript with parameters of type ContextFactory.ListenerModifier and TypeMethodDescriptionfinal void
ContextFactory.addListener
(ContextFactory.Listener listener) final 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.ListenerModifier and TypeClassDescriptionprivate static class
Proxy class to implement debug interfaces without bloat of class files.
Context
instances should implementContextFactory.Listener
.