org.eclipse.ocl.examples.debug.vm.event
Class VMStartEvent

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.event.VMEvent
      extended by org.eclipse.ocl.examples.debug.vm.event.VMStartEvent
All Implemented Interfaces:
java.io.Serializable

public class VMStartEvent
extends VMEvent

See Also:
Serialized Form

Field Summary
 java.lang.String mainModuleName
           
 boolean suspendOnStartup
           
 
Constructor Summary
VMStartEvent(java.lang.String mainModuleName, boolean suspendOnStartup)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mainModuleName

@NonNull
public final java.lang.String mainModuleName

suspendOnStartup

public final boolean suspendOnStartup
Constructor Detail

VMStartEvent

public VMStartEvent(@NonNull
                    java.lang.String mainModuleName,
                    boolean suspendOnStartup)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class VMEvent