Property | Type | Description |
---|
Method | Description | |
---|---|---|
AppDelegate ( ) : AppKit | ||
ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool | ||
DidFinishLaunching ( NSNotification notification ) : void | ||
WillTerminate ( NSNotification notification ) : void |
public ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool | ||
sender | NSApplication | |
hasVisibleWindows | bool | |
return | bool |
public DidFinishLaunching ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public WillTerminate ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |