ERXFrameworkPrincipal.Observer Class Reference
List of all members.
Member Function Documentation
| final void didFinishInitialization |
( |
NSNotification |
n |
) |
|
Notification method called when the WOApplication posts the notification 'ApplicationDidFinishInitializationNotification'. This method handles de-registering for notifications and releasing any references to observer so that it can be released for garbage collection.
- Parameters:
-
| n | notification that is posted after the WOApplication has been constructed, but before the application is ready for accepting requests. |
| final void willFinishInitialization |
( |
NSNotification |
n |
) |
|
Notification method called when the WOApplication posts the notification 'ApplicationDidCreateNotification'. This method handles de-registering for notifications and releasing any references to observer so that it can be released for garbage collection.
- Parameters:
-
| n | notification that is posted after the WOApplication has been constructed, but before the application is ready for accepting requests. |
The documentation for this class was generated from the following file: