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

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.event.VMEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VMDisconnectEvent, VMResumeEvent, VMStartEvent, VMSuspendEvent, VMTerminateEvent

public abstract class VMEvent
extends java.lang.Object
implements java.io.Serializable

VMEvents are sent by the VM to announce some occurence, such as suspension at a breakpoint or termination.

See Also:
Serialized Form

Constructor Summary
protected VMEvent()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VMEvent

protected VMEvent()
Method Detail

toString

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