jmusic.jdi
Class MethodExitEventWrapper

java.lang.Object
  extended by jmusic.jdi.MethodExitEventWrapper
All Implemented Interfaces:
com.sun.jdi.event.Event, com.sun.jdi.event.LocatableEvent, com.sun.jdi.event.MethodExitEvent, com.sun.jdi.Locatable, com.sun.jdi.Mirror

public class MethodExitEventWrapper
extends java.lang.Object
implements com.sun.jdi.event.MethodExitEvent

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
MethodExitEventWrapper(com.sun.jdi.event.MethodExitEvent event)
           
 
Method Summary
 com.sun.jdi.Location location()
           
 com.sun.jdi.Method method()
           
 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
 

Constructor Detail

MethodExitEventWrapper

public MethodExitEventWrapper(com.sun.jdi.event.MethodExitEvent event)
Parameters:
event -
Method Detail

method

public com.sun.jdi.Method method()
Specified by:
method in interface com.sun.jdi.event.MethodExitEvent

thread

public com.sun.jdi.ThreadReference thread()
Specified by:
thread in interface com.sun.jdi.event.LocatableEvent

request

public com.sun.jdi.request.EventRequest request()
Specified by:
request in interface com.sun.jdi.event.Event

location

public com.sun.jdi.Location location()
Specified by:
location in interface com.sun.jdi.Locatable

virtualMachine

public com.sun.jdi.VirtualMachine virtualMachine()
Specified by:
virtualMachine in interface com.sun.jdi.Mirror