-
- All Superinterfaces:
-
Event
,Locatable
,LocatableEvent
,Mirror
,WatchpointEvent
public interface ModificationWatchpointEvent extends WatchpointEvent
通知目标VM中的字段修改。- 从以下版本开始:
- 1.3
- 另请参见:
-
EventQueue
,VirtualMachine
,ModificationWatchpointRequest
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 Value
valueToBe()
当指令完成时将分配给该字段的值。-
Methods inherited from interface com.sun.jdi.event.LocatableEvent
thread
-
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
-
Methods inherited from interface com.sun.jdi.event.WatchpointEvent
field, object, valueCurrent
-
-
-
-
方法详细信息
-
valueToBe
Value valueToBe()
当指令完成时将分配给该字段的值。
-
-