delegation
How is a delegate object called?
my protocol: @protocol ElectricalSystemEngineDelegate -(void)didRequestMainMenu:(id)sender; @end I designed this protocol in order to handle dismissal of a modal View Controller inside my rootView[详细]
2022-12-21 01:57 分类:问答Composition vs. Delegation
Is there any difference in terms of implementation as how a composition design can be different from delegation. For example the code below seems to be doing delegation since the user cann开发者_如何学[详细]
2022-12-17 22:03 分类:问答centralizing my objective C app's networking code
I am trying to centralize my app\'s networking code.Basically, in any of the various places that need information from a server, I create an object serverRequest of my class ServerRequest to get the i[详细]
2022-12-16 10:24 分类:问答C++ Class Delegation Constructor Problems
Thank you for reading. The to delegate Class is called Sensor. It开发者_运维问答 need a reference to be set in the Constructor like:[详细]
2022-12-14 14:25 分类:问答Access problem in java
I am working with a 3rd party framework and it turns out I need to wrap some of its objects as a delegate to one of my classes.[详细]
2022-12-13 21:59 分类:问答Objective-C Delegates: Have another class I call that parses XML. Need to know when its done externally
I have a class tha开发者_JAVA百科t calls another class to parse (NSXMLParse) from a URL. Now I would like for the class calling this one to know when it has finished, so that I can populate the UI. I[详细]
2022-12-13 09:53 分类:问答ASP.NET passing along Windows Authentication credentials
I\'ve got an ASP.NET web application which uses Windows Authentication. This application needs to connect to another ASP.NET web service (which also uses Windows Authentication) and use the same crede[详细]
2022-12-09 05:13 分类:问答