Event, Locatable, LocatableEvent, MirrorAccessWatchpointEvent, ModificationWatchpointEventpublic interface WatchpointEvent extends LocatableEvent
EventQueue,
VirtualMachine| Modifier and Type | Method | Description |
|---|---|---|
Field |
field() |
Returns the field that is about to be accessed/modified.
|
ObjectReference |
object() |
Returns the object whose field is about to be accessed/modified.
|
Value |
valueCurrent() |
Current value of the field.
|
threadtoString, virtualMachineField field()
Field which mirrors the field
in the target VM.ObjectCollectedException - may be thrown if class
has been garbage collected.ObjectReference object()
ObjectReference which mirrors the event's
object in the target VM.Value valueCurrent()
ObjectCollectedException - if object or class have been
garbage collected. Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1