public static class ERXFrameworkPrincipal.Observer extends Object
Constructor and Description |
---|
Observer() |
Modifier and Type | Method and Description |
---|---|
void |
didFinishInitialization(NSNotification n)
Notification method called when the WOApplication posts
the notification 'ApplicationDidFinishInitializationNotification'.
|
void |
willFinishInitialization(NSNotification n)
Notification method called when the WOApplication posts
the notification 'ApplicationDidCreateNotification'.
|
public final void willFinishInitialization(NSNotification n)
n
- notification that is posted after the WOApplication
has been constructed, but before the application is
ready for accepting requests.public final void didFinishInitialization(NSNotification n)
n
- notification that is posted after the WOApplication
has been constructed, but before the application is
ready for accepting requests.Copyright © 2002 – 2024 Project Wonder.