Update resume event comment to reflect it's now fired after saves, too.

This commit is contained in:
Florian Nücke
2021-01-04 13:58:17 +01:00
parent 1f6aec67a2
commit 65bf22294d

View File

@@ -7,7 +7,8 @@ public enum VMDeviceLifecycleEventType {
* Fired after all devices reported success from {@link VMDevice#load(VMContext)}.
* <p>
* 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,