* @param callback
* a callback that will be notified when the packing process has completed.
*/
public void pack(ExportJitterPackUi exportUi, CallbackResult callback) {
ApplicationWorker worker = Application.getWorker();
worker.submitForParallel(new PackJob(exportUi, callback));
}
/**
* Unpacks the specified <code>JitterPack</code>. The unpacking will typically be done
* asynchronously, and this method will return immediately. The specified callback is notified