Index: /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
===================================================================
--- /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py	(revision 30827)
+++ /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py	(revision 30828)
@@ -300,13 +300,13 @@
          print "got event: %s %s" %(str(type), asEnumElem(ctx, 'VBoxEventType', type))
          if type == ctx['global'].constants.VBoxEventType_OnMachineStateChange:
-             scev = ctx['global'].queryInterface(ev, 'IMachineStateChangeEvent')
+             scev = ctx['global'].queryInterface(ev, 'IMachineStateChangedEvent')
              if scev:
                  print "machine state event: mach=%s state=%s" %(scev.machineId, scev.state)
          elif  type == ctx['global'].constants.VBoxEventType_OnGuestPropertyChange:
-             gpcev = ctx['global'].queryInterface(ev, 'IGuestPropertyChangeEvent')
+             gpcev = ctx['global'].queryInterface(ev, 'IGuestPropertyChangedEvent')
              if gpcev:
                  print "guest property change: name=%s value=%s" %(gpcev.name, gpcev.value)
          elif  type == ctx['global'].constants.VBoxEventType_OnMousePointerShapeChange:
-             psev = ctx['global'].queryInterface(ev, 'IMousePointerShapeChangeEvent')
+             psev = ctx['global'].queryInterface(ev, 'IMousePointerShapeChangedEvent')
              if psev:
                  shape = ctx['global'].getArray(psev, 'shape')
