Uses of Class
insensa.helpers.WorkerStatusCallback

Packages that use WorkerStatusCallback
insensa   
insensa.exports   
 

Uses of WorkerStatusCallback in insensa
 

Methods in insensa with parameters of type WorkerStatusCallback
 void CRasterFile.createFileCopy(CRasterFile oldFile, WorkerStatusCallback callback)
          Creates a new File on hard disk with Path of File.absolutePath;
 

Uses of WorkerStatusCallback in insensa.exports
 

Fields in insensa.exports declared as WorkerStatusCallback
private  WorkerStatusCallback GeotiffExporter.workerStatusCallback
           
 

Methods in insensa.exports with parameters of type WorkerStatusCallback
 void GeotiffExporter.setWorkerStatusCallback(WorkerStatusCallback callback)
           
 void FileExporter.setWorkerStatusCallback(WorkerStatusCallback callback)