When I developed for the iPhone I had multiple events on touch that could be true for a button. (e.g. Editing did Change, Editing did End …)
Now that I develop for Mac OSX I want my application to recognize multiple events in a NSTextField.
How to do that? Is there an alternative for the events?
Thanks!
EDIT: May delegates be the key?