From 65bf22294d87c3ddd1eff3c08e1c1c93920a8d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Mon, 4 Jan 2021 13:58:17 +0100 Subject: [PATCH] Update resume event comment to reflect it's now fired after saves, too. --- .../cil/oc2/api/bus/device/vm/VMDeviceLifecycleEventType.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/li/cil/oc2/api/bus/device/vm/VMDeviceLifecycleEventType.java b/src/main/java/li/cil/oc2/api/bus/device/vm/VMDeviceLifecycleEventType.java index 1d2fccf9..08c9188a 100644 --- a/src/main/java/li/cil/oc2/api/bus/device/vm/VMDeviceLifecycleEventType.java +++ b/src/main/java/li/cil/oc2/api/bus/device/vm/VMDeviceLifecycleEventType.java @@ -7,7 +7,8 @@ public enum VMDeviceLifecycleEventType { * Fired after all devices reported success from {@link VMDevice#load(VMContext)}. *

* Fired on initial boot-up as well as when the VM resumes after being restored - * from a saved state. It is intended for awaiting asynchronous load operations. + * from a saved state as well as when continuing to run after being paused for + * a save. It is intended for awaiting asynchronous load and store operations. */ RESUME_RUNNING,