Class ReportProgressEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReportProgressEvent
    extends java.util.EventObject
    Creation-Date: 15.11.2006, 21:02:25
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportProgressEvent​(java.lang.Object source, int activity, int row, int page)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getActivity()  
      int getPage()  
      int getRow()  
      • 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

      • ReportProgressEvent

        public ReportProgressEvent​(java.lang.Object source,
                                   int activity,
                                   int row,
                                   int page)
    • Method Detail

      • getRow

        public int getRow()
      • getActivity

        public int getActivity()
      • getPage

        public int getPage()