ElegantJ Data Tables Java API Specification v1.1

com.elegantj.util.printer
Class PrinterEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.elegantj.util.printer.PrinterEvent
All Implemented Interfaces:
java.io.Serializable

public class PrinterEvent
extends java.util.EventObject

PrinterEvent is used to notify interested parties that state has changed in the event source

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PrinterEvent(java.lang.Object source, int pageIndex)
          Constructs PrinterEvent with specified pageIndex
 
Method Summary
 int getPageIndex()
          Method which returns the page index
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrinterEvent

public PrinterEvent(java.lang.Object source,
                    int pageIndex)
Constructs PrinterEvent with specified pageIndex

Parameters:
source - from which the event is generated
pageIndex - The pageIndex
Method Detail

getPageIndex

public int getPageIndex()
Method which returns the page index

Returns:
The page index

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.