wogroovy
Class WOGroovy.Observer
java.lang.Object
wogroovy.WOGroovy.Observer
- Enclosing class:
- WOGroovy
- public static class WOGroovy.Observer
- extends Object
Method Summary |
void |
finishedLaunchingApp(NSNotification n)
This method is called when the application has finished
launching. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WOGroovy.Observer
public WOGroovy.Observer()
finishedLaunchingApp
public void finishedLaunchingApp(NSNotification n)
- This method is called when the application has finished
launching. Here is where log4j is configured for rapid
turn around, the compiler proxy is initialized and the
validation template system is configured.
- Parameters:
n
- notification posted when the app is done launching