JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Interface JCPrintListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCPrintAdapter

public interface JCPrintListener
extends EventListener

The listener interface for receiving JCPrintEvent objects.

See Also:
JCPrintEvent

Method Summary
 void printPageBody(com.klg.jclass.table.JCPrintEvent e)
          Invoked when the body of the page is printed.
 void printPageFooter(com.klg.jclass.table.JCPrintEvent e)
          Invoked during the printing of a page.
 void printPageHeader(com.klg.jclass.table.JCPrintEvent e)
          Invoked during the printing of a page.
 

Method Detail

printPageHeader

public void printPageHeader(com.klg.jclass.table.JCPrintEvent e)
Invoked during the printing of a page.


printPageBody

public void printPageBody(com.klg.jclass.table.JCPrintEvent e)
Invoked when the body of the page is printed.


printPageFooter

public void printPageFooter(com.klg.jclass.table.JCPrintEvent e)
Invoked during the printing of a page.


Copyright © 2004 Quest Software Inc..
All rights reserved.