se.datadosen.jalbum
Interface AlbumBeanListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
UploadListener
All Known Implementing Classes:
JAlbumConsole, JProgressDialog

public interface AlbumBeanListener
extends java.util.EventListener

Listener interface to be implemented by classes interrested in monitoring album generation.


Method Summary
 void errorOccured(java.lang.Throwable t, java.io.File f)
           
 void imageProcessingFinished(AlbumBeanEvent e)
           
 void imageProcessingStarted(AlbumBeanEvent e)
          DOCUMENT ME!
 

Method Detail

imageProcessingStarted

void imageProcessingStarted(AlbumBeanEvent e)
DOCUMENT ME!

Parameters:
e -

imageProcessingFinished

void imageProcessingFinished(AlbumBeanEvent e)

errorOccured

void errorOccured(java.lang.Throwable t,
                  java.io.File f)