src/share/classes/com/sun/jdi/event/ThreadDeathEvent.java

Print this page

        

*** 43,52 **** --- 43,53 ---- * @see ThreadReference * * @author Robert Field * @since 1.3 */ + @jdk.Supported public interface ThreadDeathEvent extends Event { /** * Returns the thread which is terminating. * * @return a {@link ThreadReference} which mirrors the event's thread in