org.shiftone.memento.view
Class PhotoPreviewLoadTask

java.lang.Object
  extended byorg.shiftone.memento.view.PhotoPreviewLoadTask
All Implemented Interfaces:
BGTask

public class PhotoPreviewLoadTask
extends java.lang.Object
implements BGTask


Field Summary
static org.apache.log4j.Logger LOG
           
 
Constructor Summary
PhotoPreviewLoadTask(PhotoPreview component)
           
 
Method Summary
 void execute()
           
 PhotoPreview getComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

PhotoPreviewLoadTask

public PhotoPreviewLoadTask(PhotoPreview component)
Method Detail

getComponent

public PhotoPreview getComponent()

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in interface BGTask
Throws:
java.lang.Exception