Uses of Interface
org.htmlunit.corejs.javascript.tools.shell.QuitAction
-
Packages that use QuitAction Package Description org.htmlunit.corejs.javascript.tools.shell -
-
Uses of QuitAction in org.htmlunit.corejs.javascript.tools.shell
Classes in org.htmlunit.corejs.javascript.tools.shell that implement QuitAction Modifier and Type Class Description private static class
Main.IProxy
Proxy class to avoid proliferation of anonymous classes.Fields in org.htmlunit.corejs.javascript.tools.shell declared as QuitAction Modifier and Type Field Description private QuitAction
Global. quitAction
Methods in org.htmlunit.corejs.javascript.tools.shell with parameters of type QuitAction Modifier and Type Method Description void
Global. initQuitAction(QuitAction quitAction)
Set the action to call from quit().
-