Search:

Type: Posts; User: dumb_terminal

Search: Search took 0.10 seconds.

  1. Re: extending Observable and implementing runnable possible ??

    Worked like charm.... thanks. ^:)^
  2. Re: extending Observable and implementing runnable possible ??

    It hung when either one of the side was trying to get the Streams. I commented out the input stream of server and output stream of the client then worked just fine. Yup the observer is getting update...
  3. Re: extending Observable and implementing runnable possible ??

    it hangs so that means its most probably a deadlock, could it be a Thread - Adress space issue since the observable is ruunning on a different thread and the observer on main thread ? but then again...
  4. extending Observable and implementing runnable possible ??

    Hello all, I was wondering whether it is possible for a class implementing runnable, to notify another class through Observable ?? I mean i have tried it and end up with two non responding program....
Results 1 to 4 of 4