Class InputProgressEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class InputProgressEvent
    extends java.util.EventObject
    Author:
    J. H. S.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      InputProgressEvent​(java.lang.Object arg0, int progress)  
    • Method Summary

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

      • InputProgressEvent

        public InputProgressEvent​(java.lang.Object arg0,
                                  int progress)
        Parameters:
        arg0 -
    • Method Detail

      • getProgress

        public int getProgress()