Events between Objective C objects
Events between Objective C objects
- Subject: Events between Objective C objects
- From: Rolf <email@hidden>
- Date: Mon, 19 May 2003 21:55:07 +0200
Hi,
I'm searching for a simple straight forward way of implementing events between non-visual objects coded in Objective C. The event mechanism must be synchronous, should not involve broadcasting and does not need to support multiple listeners - one to one connections is ok. Registering
for event reception (making a "connection" in Objective C terminology?) and triggering of the event must be done programatically - i.e no InterfaceBuilder. How's this done in Objective C ?
When making connections in InterfaceBuilder I see that IBAction/IBOutlet are used but I don't see the actual code that registers for event and that generates the event. How is this done programatically ?
/Rolf
_______________________________________________
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.