Module jdk.jdi

Interface AccessWatchpointEvent

All Superinterfaces:
Event, Locatable, LocatableEvent, Mirror, WatchpointEvent

public interface AccessWatchpointEvent extends WatchpointEvent
Notification of a field access in the target VM. Field modifications are not considered field accesses.
Since:
1.3
See Also: