@Exported public interface MethodEntryEvent extends LocatableEvent
In some VMs method entry events can occur for a particular thread
before its ThreadStartEvent
occurs if methods are called
as part of the thread's initialization.
EventQueue
Modifier and Type | Method and Description |
---|---|
Method |
method()
Returns the method that was entered.
|
thread
toString, virtualMachine
Copyright © 1999, 2023, Oracle and/or its affiliates. All rights reserved.