2 // StatusWindowController.m
5 // Created by Matthew L. Judy on Thu Apr 17 2003.
6 // Copyright (c) 2003 NibFile.com. All rights reserved.
9 #import "StatusWindowController.h"
12 @implementation StatusWindowController
15 - (void)showSongWindowWithTitle:(NSString *)title
16 album:(NSString *)album
17 artist:(NSString *)artist
18 time:(NSString *)time // FLOW: Should probably be NSDate or something.
19 trackNumber: (int)trackNumber
20 trackTotal: (int)trackTotal
26 - (void)showUpcomingSongsWithTitles:(NSArray *)titleStrings
31 - (void)showVolumeWindowWithLevel:(int)level
36 - (void)showShuffleWindowWithMode:(MTStatusWindowShuffleMode)mode
41 - (void)showLoopWindowWithMode:(MTStatusWindowLoopMode)mode