モジュール jdk.jdi
パッケージ com.sun.jdi.request

インタフェースModificationWatchpointRequest

すべてのスーパー・インタフェース:
EventRequest, Mirror, WatchpointRequest

public interface ModificationWatchpointRequest extends WatchpointRequest
フィールドが設定された際の通知要求です。 このイベントは、Javaプログラミング言語文(代入、増分など)またはJava Native Interface (JNI) set関数(Set<Type>Field, SetStatic<Type>Field)を使用して、指定されたフィールドに値が割り当てられるとトリガーされます。 前と同じ値が設定された場合でも、このイベントが生成されます。 JDIによる変更では、このイベントはトリガーされません。 有効なModificationWatchpointRequestが満たされると、ModificationWatchpointEventを含むevent setEventQueueに置かれます。 既存のウォッチポイントのコレクションは、EventRequestManagerによって管理されます。
導入されたバージョン:
1.3
関連項目:
ModificationWatchpointEvent, AccessWatchpointRequest, EventQueue, EventRequestManager