Public Member Functions

<OFApplicationDelegate> Protocol Reference

A protocol for delegates of OFApplication. More...

#import <OFApplication.h>

Inheritance diagram for <OFApplicationDelegate>:
<OFObject>

List of all members.

Public Member Functions

(void) - applicationDidFinishLaunching
(void) - applicationWillTerminate

Detailed Description

A protocol for delegates of OFApplication.


Member Function Documentation

- (void) applicationDidFinishLaunching  

This method is called when the application was initialized and is running now.

- (void) applicationWillTerminate   [optional]

This method is called when the application will terminate.


The documentation for this protocol was generated from the following file:
 All Classes Functions Variables