home *** CD-ROM | disk | FTP | other *** search
- /* by Jason Beaver */
-
- #import <objc/Object.h>
- #import <dpsclient/dpsclient.h>
-
- @interface Controller:Object
- {
- id unixObject;
- id theIndicator;
- id outputText;
- id commandField;
- char command[1024];
- float time;
- DPSTimedEntry timer;
- }
-
- - setCommand:sender;
- - setTime:sender;
- - (void)doCommand;
- - setInterval;
- - windowWillResize:sender toSize:(NXSize *)size;
- @end
-