Spec-Zone .ru
спецификации, руководства, описания, API
Java Debug Interface

Uses of Interface
com.sun.jdi.event.LocatableEvent

Packages that use LocatableEvent
com.sun.jdi.event This package defines JDI events and event processing. 
 

Uses of LocatableEvent in com.sun.jdi.event
 

Subinterfaces of LocatableEvent in com.sun.jdi.event
 interface AccessWatchpointEvent
          Notification of a field access in the target VM.
 interface BreakpointEvent
          Notification of a breakpoint in the target VM.
 interface ExceptionEvent
          Notification of an exception in the target VM.
 interface MethodEntryEvent
          Notification of a method invocation in the target VM.
 interface MethodExitEvent
          Notification of a method return in the target VM.
 interface ModificationWatchpointEvent
          Notification of a field modification in the target VM.
 interface StepEvent
          Notification of step completion in the target VM.
 interface WatchpointEvent
          Notification of a field triggered event encountered by a thread in the target VM.
 


Java Debug Interface