Project Wonder 5.0

er.extensions
Class ERXFrameworkPrincipal.Observer

java.lang.Object
  extended by er.extensions.ERXFrameworkPrincipal.Observer
Enclosing class:
ERXFrameworkPrincipal

public static class ERXFrameworkPrincipal.Observer
extends java.lang.Object


Constructor Summary
ERXFrameworkPrincipal.Observer()
           
 
Method Summary
 void didFinishInitialization(com.webobjects.foundation.NSNotification n)
          Notification method called when the WOApplication posts the notification 'ApplicationDidFinishInitializationNotification'.
 void willFinishInitialization(com.webobjects.foundation.NSNotification n)
          Notification method called when the WOApplication posts the notification 'ApplicationDidCreateNotification'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERXFrameworkPrincipal.Observer

public ERXFrameworkPrincipal.Observer()
Method Detail

willFinishInitialization

public final void willFinishInitialization(com.webobjects.foundation.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.

didFinishInitialization

public final void didFinishInitialization(com.webobjects.foundation.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.

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.