Module jdk.jdi

Interface ModificationWatchpointEvent

所有超级接口:
Event, Locatable, LocatableEvent, Mirror, WatchpointEvent

public interface ModificationWatchpointEvent extends WatchpointEvent
目标虚拟机中字段修改的通知。
自从:
1.3
参见:
  • Method Details

    • valueToBe

      Value valueToBe()
      指令完成时将分配给字段的值。