Threads communication
From: Federico (fedeabascal_at_yahoo.es)
Date: 06/29/04
- Next message: Jon Wayne: "Runtime.exec ()+ Broken pipe on large POST data"
- Previous message: Silvio Bierman: "Re: Regex on whole (large) text file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Jun 2004 03:20:24 -0700
Please, can anybody help me?
I have a window that creates a new window in a new thread, so both
windows can receive user input. I want the parent window to know when
the child window is closed (for example). How could I do it?
(I tell you what I did: parent window creates a new thred with
itsself and in the run method I create the new window and wait for it
returns... but this way the two threads are for the parent window; I
guess it's not very nice the way I'm doing but I can't devise another
way)
Thanks!
Federico
- Next message: Jon Wayne: "Runtime.exec ()+ Broken pipe on large POST data"
- Previous message: Silvio Bierman: "Re: Regex on whole (large) text file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|