Module jdk.jdi

Interface MethodEntryRequest

All Superinterfaces:
EventRequest, Mirror

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