public class

ThreadStartEventSet

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

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Methods
ThreadReference getThread()
Returns the thread which has started.
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 has started.

Returns

public void notify (JDIListener listener)