se.datadosen.jalbum.event
Class DeleteEvent

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

public class DeleteEvent
extends UploadEvent

See Also:
Serialized Form

Field Summary
 int fileNum
           
 int fileSum
           
 
Fields inherited from class se.datadosen.jalbum.event.UploadEvent
directory, msg, processedBytes, totalBytes
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DeleteEvent(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.UploadEvent
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
 

Field Detail

fileNum

public int fileNum

fileSum

public int fileSum
Constructor Detail

DeleteEvent

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