org.pdfsam.guiclient.business.thumbnails.callables
Class JPodCreatorCloser

java.lang.Object
  extended by org.pdfsam.guiclient.business.thumbnails.callables.JPodCreatorCloser
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>

public class JPodCreatorCloser
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>

called to close the jpod resources

Author:
Andrea Vacondio

Constructor Summary
JPodCreatorCloser(de.intarsys.pdf.pd.PDDocument pdfDoc)
           
 
Method Summary
 java.lang.Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPodCreatorCloser

public JPodCreatorCloser(de.intarsys.pdf.pd.PDDocument pdfDoc)
Method Detail

call

public java.lang.Boolean call()
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Boolean>