jmusic.jdi
Class ClassPrepareEventWrapper
java.lang.Object
jmusic.jdi.ClassPrepareEventWrapper
- All Implemented Interfaces:
- com.sun.jdi.event.ClassPrepareEvent, com.sun.jdi.event.Event, com.sun.jdi.Mirror
public class ClassPrepareEventWrapper
- extends java.lang.Object
- implements com.sun.jdi.event.ClassPrepareEvent
- Author:
- reverend
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.jdi.Mirror |
toString |
ClassPrepareEventWrapper
public ClassPrepareEventWrapper(com.sun.jdi.event.ClassPrepareEvent event)
- Parameters:
event -
referenceType
public com.sun.jdi.ReferenceType referenceType()
- Specified by:
referenceType in interface com.sun.jdi.event.ClassPrepareEvent
thread
public com.sun.jdi.ThreadReference thread()
- Specified by:
thread in interface com.sun.jdi.event.ClassPrepareEvent
request
public com.sun.jdi.request.EventRequest request()
- Specified by:
request in interface com.sun.jdi.event.Event
virtualMachine
public com.sun.jdi.VirtualMachine virtualMachine()
- Specified by:
virtualMachine in interface com.sun.jdi.Mirror