Method | Description | |
---|---|---|
ApplicationShouldHandleReopen ( |
||
ApplicationShouldTerminate ( |
||
DidBecomeActive ( NSNotification notification ) : void | ||
DidFinishLaunching ( NSNotification notification ) : void |
public ApplicationShouldHandleReopen ( |
||
sender | ||
hasVisibleWindows | bool | |
return | bool |
public ApplicationShouldTerminate ( |
||
sender | ||
return | NSApplicationTerminateReply |
public DidBecomeActive ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public DidFinishLaunching ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |