Package org.htmlunit
Interface PrintHandler
-
- All Superinterfaces:
java.io.Serializable
public interface PrintHandler extends java.io.SerializableA handler for JavaScript Window.print() (Printing Spec). All js execution on page containing the document is blocked during the execution of the print method.If the
PrintHandlerfor theWebClientis null Window.print() will be a nopp including not triggering any print events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandlePrint(HtmlPage page)Handle a call to Window.print().
-