wogroovy
Class WOGroovy.Observer

java.lang.Object
  extended bywogroovy.WOGroovy.Observer
Enclosing class:
WOGroovy

public static class WOGroovy.Observer
extends Object


Constructor Summary
WOGroovy.Observer()
           
 
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
 

Constructor Detail

WOGroovy.Observer

public WOGroovy.Observer()
Method Detail

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