com.teamdev.jxbrowser.print
Interface Printing

All Known Subinterfaces:
Browser
All Known Implementing Classes:
AbstractBrowser

public interface Printing

Interface Printing provides functionality that you can use to print a web page.


Method Summary
 void print()
          Prints the currently loaded web page.
 void print(PrintListener listener)
          Prints the currently loaded web page.
 

Method Detail

print

void print()
Prints the currently loaded web page.


print

void print(PrintListener listener)
Prints the currently loaded web page.

Parameters:
listener - a listener to receive print progress events or null if you don't need verify the printing progress.