ObjFW
|
A protocol for delegates of OFApplication. More...
#import <OFApplication.h>
Public Member Functions | |
(void) | - applicationDidFinishLaunching |
A method which is called when the application was initialized and is running now. | |
(void) | - applicationWillTerminate |
A method which is called when the application will terminate. | |
(void) | - applicationDidReceiveSIGINT |
A method which is called when the application received a SIGINT. | |
(void) | - applicationDidReceiveSIGHUP |
A method which is called when the application received a SIGHUP. | |
(void) | - applicationDidReceiveSIGUSR1 |
A method which is called when the application received a SIGUSR1. | |
(void) | - applicationDidReceiveSIGUSR2 |
A method which is called when the application received a SIGUSR2. |
A protocol for delegates of OFApplication.
- (void) applicationDidReceiveSIGHUP | [optional] |
A method which is called when the application received a SIGHUP.
This signal is not available on Windows.
- (void) applicationDidReceiveSIGINT | [optional] |
A method which is called when the application received a SIGINT.
- (void) applicationDidReceiveSIGUSR1 | [optional] |
A method which is called when the application received a SIGUSR1.
This signal is not available on Windows.
- (void) applicationDidReceiveSIGUSR2 | [optional] |
A method which is called when the application received a SIGUSR2.
This signal is not available on Windows.