public class

ModificationWatchpointEventSet

extends WatchpointEventSet
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.sun.tools.example.debug.event.AbstractEventSet
       ↳ com.sun.tools.example.debug.event.LocatableEventSet
         ↳ com.sun.tools.example.debug.event.WatchpointEventSet
           ↳ com.sun.tools.example.debug.event.ModificationWatchpointEventSet

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Methods
Value getValueToBe()
Value that will be assigned to the field when the instruction completes.
void notify(JDIListener listener)
[Expand]
Inherited Methods
From class com.sun.tools.example.debug.event.WatchpointEventSet
From class com.sun.tools.example.debug.event.LocatableEventSet
From class com.sun.tools.example.debug.event.AbstractEventSet
From class java.util.EventObject
From class java.lang.Object
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.EventSet
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Public Methods

public Value getValueToBe ()

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

public void notify (JDIListener listener)