home *** CD-ROM | disk | FTP | other *** search
- CompressorProcess = {
- ACTIONS = {"abort:" = "abort:"; "pause:" = "pause:"; };
- OUTLETS = {buttons = buttons; compWindow = compWindow; opField = opField; };
- SUPERCLASS = BGProcess;
- };
- BGProcess = {
- ACTIONS = {
- "activateProcess:" = "activateProcess:";
- "deactivateProcess:" = "deactivateProcess:";
- };
- OUTLETS = {window = window; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-