public interface

VMStartEvent

implements Event
com.sun.jdi.event.VMStartEvent

Class Overview

Notification of initialization of a target VM. This event is received before the main thread is started and before any application code has been executed. Before this event occurs a significant amount of system code has executed and a number of system classes have been loaded. This event is always generated by the target VM, even if not explicitly requested.

Summary

Public Methods
abstract ThreadReference thread()
Returns the initial thread of the VM which has started.
[Expand]
Inherited Methods
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.Event

Public Methods

public abstract ThreadReference thread ()

Returns the initial thread of the VM which has started.

Returns