public class

ClassPrepareEventSet

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

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Methods
ReferenceType getReferenceType()
Returns the reference type for which this event was generated.
ThreadReference getThread()
Returns the thread in which this event has occurred.
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 ReferenceType getReferenceType ()

Returns the reference type for which this event was generated.

Returns
  • a ReferenceType which mirrors the class, interface, or array which has been linked.

public ThreadReference getThread ()

Returns the thread in which this event has occurred.

Returns

public void notify (JDIListener listener)