Pausing Threads From Events
From: Bryan R. Meyer (bryan.r.meyer_at_verizon.net)
Date: 04/27/04
- Next message: Knute Johnson: "Re: Pausing Threads From Events"
- Previous message: Roedy Green: "Re: Image - Problem"
- Next in thread: Knute Johnson: "Re: Pausing Threads From Events"
- Reply: Knute Johnson: "Re: Pausing Threads From Events"
- Reply: Roedy Green: "Re: Pausing Threads From Events"
- Reply: Rob Shepherd: "Re: Pausing Threads From Events"
- Reply: NOBODY: "Re: Pausing Threads From Events"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Apr 2004 19:39:46 -0700
Hello Everyone,
Hopefully, someone has some pointers for my problem. Suppose I have
an applet which starts a new thread A. The applet implements
MouseListener and when the user puts the mouse over the applet, a
MouseEvent occurs. When a user generates this MouseEntered event,
thread A is to be paused. Unfortunately, the currently executing
thread is AWT-EventQueue. How can I pass that event to thread A so
that I can pause the thread?
Thanks for any suggestions. I haven't been able to find much on this
subject.
Bryan
- Next message: Knute Johnson: "Re: Pausing Threads From Events"
- Previous message: Roedy Green: "Re: Image - Problem"
- Next in thread: Knute Johnson: "Re: Pausing Threads From Events"
- Reply: Knute Johnson: "Re: Pausing Threads From Events"
- Reply: Roedy Green: "Re: Pausing Threads From Events"
- Reply: Rob Shepherd: "Re: Pausing Threads From Events"
- Reply: NOBODY: "Re: Pausing Threads From Events"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|