home *** CD-ROM | disk | FTP | other *** search
- # import <appkit/Application.h>
- # import <appkit/Text.h>
- # import <appkit/Matrix.h>
- # import "Executive.h"
-
- @interface ExecApp:Application
- { id command;
- id async;
- id commandType;
- id pipeOutputWindow;
- id pipeOutputSV;
- id queueSV;
- /*
- * Instance variables
- */
- Text *pipeOutputText;
- Matrix *queueMatrix;
- Executive *executive;
- }
-
- - setCommand:anObject;
- - setAsync:anObject;
- - setCommandType:anObject;
- - setPipeOutputWindow:anObject;
- - setPipeOutputSV:anObject;
- - setQueueSV:anObject;
- - commandDone:(int)which result:(int)err;
- - takeUpdatePeriodFrom:sender;
- - execute:sender;
-
- @end
-