|
-
A creates-->B,C. B call-> A call-> C?
I hope I am missing something obvious here:
Say I have three objects A, B, and C. My program starts with object "A".
I use object "A" to create instances of objects "B" and "C". Object "B"
does some work and when "B" completes its work, I want it to raise an event
that object "A" can see so that object "A" can respond by making object "C"
do some work.
How can I enable object B to effectively call a method in object A (by raising
an event or something) so that object A can in turn call a method in object
C?
I've learned that object B can call a static method in object A. But the
rule for static methods is that they can only operate on the class to which
they belong (meaning that a static method in object A could not call a method
in object C).
You see, objects "B" and "C" do specialized work as all good objects should
do. But I need object "A" to be able to coordintate the activities between
"B" and "C".
How do I handle this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks