public interface

Event

implements Mirror
com.sun.jdi.event.Event
Known Indirect Subclasses

Class Overview

An occurrence in a target VM that is of interest to a debugger. Event is the common superinterface for all events (examples include BreakpointEvent, ExceptionEvent, ClassPrepareEvent). When an event occurs, an instance of Event as a component of an EventSet is enqueued in the VirtualMachine's EventQueue.

Summary

Public Methods
abstract EventRequest request()
[Expand]
Inherited Methods
From interface com.sun.jdi.Mirror

Public Methods

public abstract EventRequest request ()

Returns
  • The EventRequest that requested this event. Some events (eg. VMDeathEvent) may not have a cooresponding request and thus will return null.