home *** CD-ROM | disk | FTP | other *** search
- mCD_Controller = {
- ACTIONS = {
- showPrefPanel:;
- setCdromDrive:;
- loadCD:;
- pauseCD:;
- ejectCD:;
- stopCD:;
- playCD:;
- showInfoPanel:;
- };
- OUTLETS = {
- infoPanel;
- playTimeID;
- trackInfoID;
- trackCountID;
- cdTitleID;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-