On Oct 10, 2013, at 7:38 PM, Carl Hoefs <[email protected]> wrote:
> How does one receive notifications from 10.8's new system-wide Notification > Center? Is there a framework that allows a Cocoa program to receive system > notifications, i.e., the ones that show automatically in the upper right hand > of the screen? No, it’s the other way around — Notification Center is for apps to _send_ notifications to, not receive them. The notifications are purely for the user to see. There are several existing mechanisms like NSDistributedNotification, NSWorkspace and kqueues for getting programmatic notifications of things outside your process. Is there something specific you want to be notified of? —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
