ObjFW
Public Member Functions
<OFApplicationDelegate> Protocol Reference

A protocol for delegates of OFApplication. More...

#include <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 OFApplicationDelegate-p::applicationDidFinishLaunching ( ) [virtual]

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

void OFApplicationDelegate-p::applicationWillTerminate ( ) [optional, virtual]

This method is called when the application will terminate.


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