NSWorkspaceDidMountNotification usage
NSWorkspaceDidMountNotification usage
- Subject: NSWorkspaceDidMountNotification usage
- From: Salánki Benjámin <email@hidden>
- Date: Sun, 4 May 2003 19:34:33 +0200
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.