jmusic.jdi
Class ThreadStartEventWrapper
java.lang.Object
jmusic.jdi.ThreadStartEventWrapper
- All Implemented Interfaces:
- com.sun.jdi.event.Event, com.sun.jdi.event.ThreadStartEvent, com.sun.jdi.Mirror
public class ThreadStartEventWrapper
- extends java.lang.Object
- implements com.sun.jdi.event.ThreadStartEvent
- Author:
- reverend
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Method Summary |
com.sun.jdi.request.EventRequest |
request()
|
com.sun.jdi.ThreadReference |
thread()
|
com.sun.jdi.VirtualMachine |
virtualMachine()
|
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 |
ThreadStartEventWrapper
public ThreadStartEventWrapper(com.sun.jdi.event.ThreadStartEvent event)
- Parameters:
event
-
thread
public com.sun.jdi.ThreadReference thread()
- Specified by:
thread
in interface com.sun.jdi.event.ThreadStartEvent
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