Module jdk.jdi

Interface MethodExitRequest

All Superinterfaces:
EventRequest, Mirror

public interface MethodExitRequest extends EventRequest
Request for notification when a method returns in the target VM. When an enabled MethodExitRequest is hit, an event set containing a MethodExitEvent will be placed on the EventQueue. The collection of existing MethodExitRequests is managed by the EventRequestManager
Since:
1.3
See Also: