JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCPrintAdapter

java.lang.Object
  |
  +--com.klg.jclass.table.JCPrintAdapter
All Implemented Interfaces:
EventListener, JCPrintListener

public abstract class JCPrintAdapter
extends Object
implements JCPrintListener

The adapter which receives JCPrint events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

See Also:
JCPrintEvent

Constructor Summary
JCPrintAdapter()
           
 
Method Summary
 void printPageBody(com.klg.jclass.table.JCPrintEvent e)
          Invoked during the printing of the body of the page.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCPrintAdapter

public JCPrintAdapter()
Method Detail

printPageHeader

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

Specified by:
printPageHeader in interface JCPrintListener
Parameters:
e -

printPageBody

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

Specified by:
printPageBody in interface JCPrintListener
Parameters:
e -

printPageFooter

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

Specified by:
printPageFooter in interface JCPrintListener
Parameters:
e -

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