/[classpath]/classpath/java/awt/EventDispatchThread.java
ViewVC logotype

Diff of /classpath/java/awt/EventDispatchThread.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by jfrijters, Mon Oct 11 13:11:56 2004 UTC revision 1.7 by jfrijters, Thu Dec 2 13:17:21 2004 UTC
# Line 80  class EventDispatchThread extends Thread Line 80  class EventDispatchThread extends Thread
80            if (!manager.dispatchEvent (evt))            if (!manager.dispatchEvent (evt))
81              queue.dispatchEvent(evt);              queue.dispatchEvent(evt);
82          }          }
83            catch (ThreadDeath death)
84            {
85              // If someone wants to kill us, let them.
86              return;
87            }
88          catch (InterruptedException ie)          catch (InterruptedException ie)
89          {          {
90            // We are interrupted when we should finish executing            // We are interrupted when we should finish executing

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26