home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.app.BaseApplication;
- import com.extensibility.app.BaseDocument;
- import java.util.EventObject;
-
- public class BatchProcessor$NewSchemaCommand implements BatchProcessor.BatchCommand {
- // $FF: synthetic field
- final BatchProcessor this$0;
-
- public BatchProcessor$NewSchemaCommand(BatchProcessor var1) {
- this.this$0 = var1;
- }
-
- public synchronized boolean doCommand() throws InterruptedException {
- BaseDocument var1 = BaseApplication.getApplication().newDocument((EventObject)null);
-
- while(!this.this$0.isDocAddedToDesktop(var1)) {
- Thread.yield();
- }
-
- return true;
- }
- }
-