Uses of Interface
org.htmlunit.corejs.javascript.ContextFactory.Listener
-
Packages that use ContextFactory.Listener Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of ContextFactory.Listener in org.htmlunit.corejs.javascript
Subinterfaces of ContextFactory.Listener in org.htmlunit.corejs.javascript Modifier and Type Interface Description interfaceContextListenerDeprecated.Embeddings that wish to customize newly createdContextinstances should implementContextFactory.Listener.Methods in org.htmlunit.corejs.javascript with parameters of type ContextFactory.Listener Modifier and Type Method Description voidContextFactory. addListener(ContextFactory.Listener listener)voidContextFactory. removeListener(ContextFactory.Listener listener) -
Uses of ContextFactory.Listener in org.htmlunit.corejs.javascript.tools.debugger
Classes in org.htmlunit.corejs.javascript.tools.debugger that implement ContextFactory.Listener Modifier and Type Class Description private static classDim.DimIProxyProxy class to implement debug interfaces without bloat of class files.
-