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

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

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

called to close the ICEpdf resources

Author:
Andrea Vacondio

Constructor Summary
IcdPdfCreatorCloser(org.icepdf.core.pobjects.Document pdfDocument)
           
 
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

IcdPdfCreatorCloser

public IcdPdfCreatorCloser(org.icepdf.core.pobjects.Document pdfDocument)
Method Detail

call

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