|
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.
|