home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.app.BaseApplication;
- import java.util.EventObject;
-
- public class BatchProcessor$ExitAppCommand implements BatchProcessor.BatchCommand {
- // $FF: synthetic field
- final BatchProcessor this$0;
- String saveFirst;
-
- public BatchProcessor$ExitAppCommand(BatchProcessor var1, String var2) {
- this.this$0 = var1;
- this.saveFirst = var2;
- }
-
- public synchronized boolean doCommand() throws InterruptedException {
- BaseApplication.getApplication().exitApplication((EventObject)null);
- return true;
- }
- }
-