com.myjavaworld.util
Class ProgressEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.myjavaworld.util.ProgressEvent
All Implemented Interfaces:
Serializable

public class ProgressEvent
extends EventObject

Author:
Sai Pullabhotla
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProgressEvent(Object source, 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

ProgressEvent

public ProgressEvent(Object source,
                     int progress)
Method Detail

getProgress

public int getProgress()


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.