com.webrenderer.event
Interface PrintListener

All Superinterfaces:
java.util.EventListener

public interface PrintListener
extends java.util.EventListener

The listener interface for receiving Printing events such as status messages.

The class that is interested in processing a Printer event implements this interface (and all the methods it contains).

The listener object created from that class is then registered with an IBrowserCanvas using the addPrintListener method.


Method Summary
 void onStatusChange(PrintEvent e)
          Invoked when the Printing status changes
 

Method Detail

onStatusChange

public void onStatusChange(PrintEvent e)
Invoked when the Printing status changes