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

Packages that use Event
Package
Description
This package defines JDI events and event processing.
  • Uses of Event in com.sun.jdi.event

    Subinterfaces of Event in com.sun.jdi.event
    Modifier and Type
    Interface
    Description
    interface 
    Notification of a field access in the target VM.
    interface 
    Notification of a breakpoint in the target VM.
    interface 
    Notification of a class prepare in the target VM.
    interface 
    Notification of a class unload in the target VM.
    interface 
    Notification of an exception in the target VM.
    interface 
    Abstract superinterface of events which have both location and thread.
    interface 
    Notification of a method invocation in the target VM.
    interface 
    Notification of a method return in the target VM.
    interface 
    Notification of a field modification in the target VM.
    interface 
    Notification that a thread in the target VM is entering a monitor after waiting for it to be released by another thread.
    interface 
    Notification that a thread in the target VM is attempting to enter a monitor that is already acquired by another thread.
    interface 
    Notification that a thread in the target VM has finished waiting on an monitor object.
    interface 
    Notification that a thread in the target VM is about to wait on a monitor object.
    interface 
    Notification of step completion in the target VM.
    interface 
    Notification of a completed thread in the target VM.
    interface 
    Notification of a new running thread in the target VM.
    interface 
    Notification of target VM termination.
    interface 
    Notification of disconnection from target VM.
    interface 
    Notification of when the VM is restored from a checkpoint.
    interface 
    Notification of initialization of a target VM.
    interface 
    Notification of a field triggered event encountered by a thread in the target VM.
    Methods in com.sun.jdi.event that return Event
    Modifier and Type
    Method
    Description
    EventIterator.nextEvent()