public interface VMStartEvent extends Event
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.
- Since:
- 1.3
- See Also:
- VMDeathEvent,- EventQueue,- VirtualMachine
- 
Method SummaryModifier and Type Method Description ThreadReferencethread()Returns the initial thread of the VM which has started.
- 
Method Details- 
threadThreadReference thread()Returns the initial thread of the VM which has started.- Returns:
- a ThreadReferencewhich mirrors the event's thread in the target VM.
 
 
-