Lifetime

Application lifetime.

Modulerequire("yue.gui")
TypeClass

This class does system GUI toolkit intializations, and provides APIs around native GUI toolkit's application lifetime APIs. You should not use this API when integrating Yue into existing GUI apps.

When using this class, you must create Lifetime before creating State.

Events

onready() macOS

Emitted when received applicationDidFinishLaunching notification.

Preventable

No.

onactivate() macOS

Emitted when received applicationShouldHandleReopen notification and there is no visible windows. This usually happens when the app is activated by Finder, or user clicks on the dock icon.

Preventable

No.

Delegates

openfiles(files) macOS

Called when received message to open files.

This delegate method is usually called when the app is used to open files with double clicking, or when files are dropped onto the app's dock icon.

Parameters

Return

Lifetime::Reply