Interface ModificationWatchpointEvent
- All Superinterfaces:
- Event,- Locatable,- LocatableEvent,- Mirror,- WatchpointEvent
Notification of a field modification in the
 target VM.
- Since:
- 1.3
- See Also:
- 
Method SummaryMethods declared in interface com.sun.jdi.event.LocatableEventthreadMethods declared in interface com.sun.jdi.MirrortoString, virtualMachineMethods declared in interface com.sun.jdi.event.WatchpointEventfield, object, valueCurrent
- 
Method Details- 
valueToBeValue valueToBe()Value that will be assigned to the field when the instruction completes.
 
-