public interface

ModificationWatchpointEvent

implements WatchpointEvent
com.sun.jdi.event.ModificationWatchpointEvent

Class Overview

Notification of a field modification in the target VM.

Summary

Public Methods
abstract Value valueToBe()
Value that will be assigned to the field when the instruction completes.
[Expand]
Inherited Methods
From interface com.sun.jdi.Locatable
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.Event
From interface com.sun.jdi.event.LocatableEvent
From interface com.sun.jdi.event.WatchpointEvent

Public Methods

public abstract Value valueToBe ()

Value that will be assigned to the field when the instruction completes.