| Request for notification when a field is set.
This event will be triggered when a value is assigned to the specified
field with a JavaTM programming
language statement (assignment, increment, etc) or by a
Java Native Interface (JNI) set function (Set<Type>Field,
SetStatic<Type>Field ).
Setting a field to a value which is the same as the previous value
still triggers this event.
Modification by JDI does not trigger this event.
When an enabled
ModificationWatchpointRequest is satisfied, an
com.sun.jdi.event.EventSet event set containing a
com.sun.jdi.event.ModificationWatchpointEvent ModificationWatchpointEvent will be placed on
the
com.sun.jdi.event.EventQueue EventQueue .
The collection of existing
watchpoints is
managed by the
EventRequestManager .
See Also: com.sun.jdi.event.ModificationWatchpointEvent See Also: AccessWatchpointRequest See Also: com.sun.jdi.event.EventQueue See Also: EventRequestManager author: Robert Field since: 1.3 |