Hello,
I have a problem, so I hope you can help me guys.
What I have:
CLASS A extends thread implements Observer;
I this class occur several exceptions, I would like to notify about them by using gui,
and I dont wonna call GUI "components from the inside class A". I wanted to make CLASS
A observable, but Java does not support multi inheritance.. is it possible somehow
add listener or observer to this class A?


LinkBack URL
About LinkBacks
Reply With Quote
I'll try to explain my situation better next time.