[How] Get AppLaunched and AppDied Notifications in a CFPlugin?
[How] Get AppLaunched and AppDied Notifications in a CFPlugin?
- Subject: [How] Get AppLaunched and AppDied Notifications in a CFPlugin?
- From: Rob Petrovec <email@hidden>
- Date: Mon, 24 Jun 2002 14:07:35 -0700
I have a plugin that I am writing for an existing app (written with AppKit I
think). I need to be able to receive AppLaunched and AppDied Notifications
in my plugin. I tried using the notifications from NSWorkspace, but it only
sends a notification when the app launched or killed is a .app. I need it
for daemons as well as regular apps. Carbon events gives me the
functionality that I need, but I can't use them in my plugin (I tried,
didn't work I never get the event). Is there any other way to get these
notifications? Or am I just S.O.L.? Thanks...
--Rob
_______________________________________________
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.