Re: NSWorkspaceDidMountNotification usage
Re: NSWorkspaceDidMountNotification usage
- Subject: Re: NSWorkspaceDidMountNotification usage
- From: Yann Bizeul <email@hidden>
- Date: Sun, 4 May 2003 19:42:40 +0200
Did you declare mediaMounted as this :
- (void)mediaMounted:(NSNotification*)aNotification;
Le dimanche, 4 mai 2003, ` 19:34 Europe/Paris, Salanki Benjamin a icrit
:
Hello,
I was trying to setup my app to listen to
NSWorkspaceDidMountNotifications, but I can't seem to get it tow work.
I did the following:
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(mediaMounted:)
name:NSWorkspaceDidMountNotification
object:[NSWorkspace
sharedWorkspace]];
but my mediaMounted: method never gets called.
what am I doing wrong?
thx,
ben
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.