views:

133

answers:

1

I am not much familiar with developing application using cocoa on mac. Can some one help me with how can i create custom events or signals, and how to make sure thread acts when these are generated or triggered.

Any help will be appreciated.

+1  A: 

I found the way to register/send/receive notification. you can write logic to react on these events. More info can be found at: Notification programming guide for cocoa

Unicorn