/[classpath]/classpath/java/lang/Thread.java
ViewVC logotype

Diff of /classpath/java/lang/Thread.java

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

revision 1.8 by jfrijters, Tue Jun 29 10:04:41 2004 UTC revision 1.8.2.1 by tromey, Sat Aug 7 00:27:06 2004 UTC
# Line 969  public class Thread implements Runnable Line 969  public class Thread implements Runnable
969      group.removeThread(this);      group.removeThread(this);
970      vmThread = null;      vmThread = null;
971    }    }
972    
973      interface UncaughtExceptionHandler
974      {
975        void uncaughtException(Thread thr, Throwable exc);
976      }
977    
978      public enum State
979      {
980        BLOCKED, NEW, RUNNABLE, TERMINATED, TIMED_WAITING, WAITING
981      }
982  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.1

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