Started work on componentizing the current user management.
[utils] / system / spring / src / test / java / org / wamblee / system / spring / HelloService.java
index 622b420d0e5ddc2a2ffc273250590585caaa2eaf..cfa5bae60069d8b0cc2842033ad324e39a21869e 100644 (file)
@@ -19,7 +19,8 @@ public class HelloService {
        
        private String _msg; 
        
-       public HelloService(String aMsg) { 
+       public HelloService(String aMsg) {
+          SpringComponentTest.EVENT_TRACKER.eventOccurred(aMsg);
                _msg = aMsg; 
        }