Uses of Class
org.eclipse.m2m.qvt.oml.debug.core.vm.protocol.VMEvent

Packages that use VMEvent
org.eclipse.m2m.qvt.oml.debug.core   
org.eclipse.m2m.qvt.oml.debug.core.vm   
org.eclipse.m2m.qvt.oml.debug.core.vm.protocol   
 

Uses of VMEvent in org.eclipse.m2m.qvt.oml.debug.core
 

Methods in org.eclipse.m2m.qvt.oml.debug.core with parameters of type VMEvent
 void QVTOThread.handleEvent(VMEvent event)
           
 

Uses of VMEvent in org.eclipse.m2m.qvt.oml.debug.core.vm
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.vm that return VMEvent
 VMEvent QVTOVirtualMachine.readVMEvent()
           
 VMEvent QVTOVirtualMachineProxy.readVMEvent()
           
 VMEvent IQVTOVirtualMachineShell.readVMEvent()
           
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.vm with parameters of type VMEvent
 void VMEventListener.handleEvent(VMEvent event)
           
 void IQVTODebuggerShell.handleVMEvent(VMEvent event)
           
 VMRequest IQVTODebuggerShell.waitAndPopRequest(VMEvent suspend)
           
 

Uses of VMEvent in org.eclipse.m2m.qvt.oml.debug.core.vm.protocol
 

Subclasses of VMEvent in org.eclipse.m2m.qvt.oml.debug.core.vm.protocol
 class VMDisconnectEvent
           
 class VMResumeEvent
           
 class VMStartEvent
           
 class VMSuspendEvent
           
 class VMTerminateEvent
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.