Monitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 28 Dec 2013 22:23:32 +0000 (06:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 28 Dec 2013 22:23:32 +0000 (06:23 +0800)
Monitor.vala

index 63997bf..8db74df 100644 (file)
@@ -87,7 +87,9 @@ public class Monitor : Object
     public void start()
     {
         for(int i = 0; i < this.monitors.size ; i++) {
-            this.monitor(this.top[i], ( fm,  f_orig,  of_orig,  event_type) => {} );
+            this.monitor(this.top[i], ( fm,  f_orig,  of_orig,  event_type) => {
+                this.onEvent (fm,  f_orig,  of_orig,  event_type ) ;
+                } );
         }
     }
     /**