public class

ThreadDeathEventSet

extends AbstractEventSet
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.sun.tools.example.debug.event.AbstractEventSet
       ↳ com.sun.tools.example.debug.event.ThreadDeathEventSet

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Methods
ThreadReference getThread()
Returns the thread which is terminating.
void notify(JDIListener listener)
[Expand]
Inherited Methods
From class com.sun.tools.example.debug.event.AbstractEventSet
From class java.util.EventObject
From class java.lang.Object
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.EventSet
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Public Methods

public ThreadReference getThread ()

Returns the thread which is terminating.

Returns

public void notify (JDIListener listener)