org.lobobrowser.util
Class InputProgressEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.lobobrowser.util.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
InputProgressEvent(java.lang.Object arg0, int progress)
           
 
Method Summary
 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()