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

Packages that use VMEvent
org.eclipse.ocl.examples.debug.vm   
org.eclipse.ocl.examples.debug.vm.core   
org.eclipse.ocl.examples.debug.vm.event   
 

Uses of VMEvent in org.eclipse.ocl.examples.debug.vm
 

Methods in org.eclipse.ocl.examples.debug.vm that return VMEvent
 VMEvent IVMVirtualMachineShell.readVMEvent()
           
 VMEvent VMVirtualMachine.readVMEvent()
           
 

Methods in org.eclipse.ocl.examples.debug.vm with parameters of type VMEvent
 void VMEventListener.handleEvent(VMEvent event)
           
 void IVMDebuggerShell.handleVMEvent(VMEvent event)
           
 VMRequest IVMDebuggerShell.waitAndPopRequest(VMEvent suspend)
           
 

Uses of VMEvent in org.eclipse.ocl.examples.debug.vm.core
 

Methods in org.eclipse.ocl.examples.debug.vm.core with parameters of type VMEvent
 void VMThread.handleEvent(VMEvent event)
           
 

Uses of VMEvent in org.eclipse.ocl.examples.debug.vm.event
 

Subclasses of VMEvent in org.eclipse.ocl.examples.debug.vm.event
 class VMDisconnectEvent
           
 class VMResumeEvent
           
 class VMStartEvent
           
 class VMSuspendEvent
           
 class VMTerminateEvent