home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.app.BaseApplication;
- import com.extensibility.xml.URI;
-
- public class BatchProcessor$OpenSchemaCommand implements BatchProcessor.BatchCommand {
- // $FF: synthetic field
- final BatchProcessor this$0;
- URI uri;
-
- public BatchProcessor$OpenSchemaCommand(BatchProcessor var1, URI var2) {
- this.this$0 = var1;
- this.uri = var2;
- }
-
- public synchronized boolean doCommand() throws InterruptedException {
- BaseApplication.getApplication().openDocument(this.uri);
-
- while(this.this$0.isDocAddedToDesktop(this.uri) == null) {
- Thread.yield();
- }
-
- return true;
- }
- }
-