home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- CDController = {
- ACTIONS = {
- appWillTerminate:;
- appWillInit:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- CDDrive = {
- ACTIONS = {
- setPlayMode:;
- pause:;
- playTrackButton:;
- stop:;
- skipForward:;
- eject:;
- diskCatalog:;
- debugPlayMode:;
- skipBackward:;
- resetDrive:;
- switchDisplay:;
- play:;
- skipTime:;
- };
- OUTLETS = {
- modeMatrix;
- trackMatrix;
- pauseButton;
- rewindButton;
- trackReadout;
- displayButton;
- modeButton;
- timeReadout;
- playButton;
- fastForwardButton;
- playerWindow;
- };
- SUPERCLASS = Object;
- };
-