se.datadosen.jalbum.event
Class ByteProgressEvent

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

public class ByteProgressEvent
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
ByteProgressEvent(java.lang.Object source, long total)
           
ByteProgressEvent(java.lang.Object source, java.lang.String directory, java.lang.String msg, long processed, long total)
           
 
Method Summary
 void update(java.lang.String directory, java.lang.String msg, long processed)
           
 
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

ByteProgressEvent

public ByteProgressEvent(java.lang.Object source,
                         java.lang.String directory,
                         java.lang.String msg,
                         long processed,
                         long total)

ByteProgressEvent

public ByteProgressEvent(java.lang.Object source,
                         long total)
Method Detail

update

public void update(java.lang.String directory,
                   java.lang.String msg,
                   long processed)