se.datadosen.jalbum.event
Class FileProgressEvent

java.lang.Object
  extended by java.util.EventObject
      extended by se.datadosen.jalbum.event.ProgressEvent
          extended by se.datadosen.jalbum.event.FileProgressEvent
All Implemented Interfaces:
java.io.Serializable

public class FileProgressEvent
extends ProgressEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class se.datadosen.jalbum.event.ProgressEvent
directory, msg, processed, total
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FileProgressEvent(java.lang.Object source, java.lang.String directory, java.lang.String msg, int fileNum, int fileSum)
           
 
Method Summary
 
Methods inherited from class se.datadosen.jalbum.event.ProgressEvent
abortProcessing, isAborted
 
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

FileProgressEvent

public FileProgressEvent(java.lang.Object source,
                         java.lang.String directory,
                         java.lang.String msg,
                         int fileNum,
                         int fileSum)