home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.app.BaseDocument;
- import com.extensibility.xml.URI;
- import java.awt.event.ActionEvent;
-
- public class BatchProcessor$SaveSchemaCommand implements BatchProcessor.BatchCommand {
- // $FF: synthetic field
- final BatchProcessor this$0;
- URI uri;
-
- public BatchProcessor$SaveSchemaCommand(BatchProcessor var1, URI var2) {
- this.this$0 = var1;
- this.uri = var2;
- }
-
- public synchronized boolean doCommand() throws InterruptedException {
- BaseDocument var1 = this.this$0.isDocAddedToDesktop(this.uri);
- if (var1 != null) {
- var1.save((ActionEvent)null);
- }
-
- return true;
- }
- }
-