View Single Post
  #5 (permalink)  
Old 04-15-2008, 02:04 PM
a_iyer20 a_iyer20 is offline
Member
 
Join Date: Apr 2008
Posts: 3
a_iyer20 is on a distinguished road
Hey Sanjeev,

I think your solution is good! Thanks. I have not yet tried but I was meanwhile using this:

In ClassB, I created a private boolean variable to hold a flag value.

then using getter/setter modifying the flag and accessing it from ClassA. But I think you solution suits my design.

Thanks,
Ashok.
Reply With Quote